Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter gultekin

    (@gultekin)

    Well I resolved it stupidly when I wanted one of the subdomains to direct to subfolder WP site, of course the way I did it created an actual folder in the path called explorations. WP does not create a folder it is just a name, but redirect did. So it was going to that folder and was giving 403. Just deleted the folder.

    But now that brings another question which I think i need to put somewhere else…
    Can I use a subdomain name to look at a WP folder install. Well I will put the link to that question here.

    Thread Starter gultekin

    (@gultekin)

    Sorry for late reply well, I actually had deleted Zenphoto already but that issue stands for pretty much everything. Any folder under mgirengun.net even if it is not wordpress comes up with wordpress template and error. The only folder portfolio is working ok because I actually put a redirect to that from the hosting control Panel.

    For example I needed to make an email.php file for an exercise. And put it under root but if I try to go there by typing mgirengun.net/email.php it comes up with WordPress???

    Here is my .htacess on top level I guess the problem is I installed wordPress as subfolder so changed php file accordingly but I couldn’t use my subdomain name so I added the boolean for suddomain to true only without changing anything or installing again that may have messed it up

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^(www.)?mgirengun.net$
    RewriteRule ^(/)?$ portfolio [L]
    
    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    # END WordPress
    Thread Starter gultekin

    (@gultekin)

    Yeah I was embarrassed just to say / for root πŸ™‚

    Well yeah zenphoto installs its own .htaccess i believe in its own folder. So I didn’t change that one. Do I need to delete that and use only one .htaccess?

    Thread Starter gultekin

    (@gultekin)

    Yes it was. (I deleted zen photo installed again, had problems deleted again).

    I had zenphoto first in a folder. After wordpress install it seemed like every time I clicked a category or a photo it went to a wordpress page saying the page is not there.

    I installed a fresh zenphoto in a different folder, not just theme was broken but also the same problem.

    my root doesn’t have public_html but just starts from root after domain. I am on ipage server.

    Thread Starter gultekin

    (@gultekin)

    Sparsa header image came back because I guess my image has been broken after zenphoto failure (dont know how those two conflict with each other’s database) so I went back to default and it is showing now.

    Thread Starter gultekin

    (@gultekin)

    Well I am not sure if the sites are public or not as the pages are not but one site is sparsa.mgirengun.net (sparsa.co.uk should have worked too) the other is blog.mgirengun.net

    Blog does not show sample page on the menu and stars with sample page. Not with Sparsa I have another problem after uninstalling and then installing zenphoto again.

    Keep having issues. My zenphoto site is totally broken after wordpress so I had to delete it now sparsaa has again an issu with the theme not finding homapage image.

    So to recap; blog stars with sample page and dont have sample on the main menu 2) Sparsa dont load main image on homepage header.

    Let me know if you can see the sites

    Thread Starter gultekin

    (@gultekin)

    Now the only issue left is the blog site which did not have the problem before do not have homepage too. But not the same way. The themes look ok but I directly see sample page as home page and the sample option on main menu is gone. :S

    Thread Starter gultekin

    (@gultekin)

    Looks like I have a fix on this. I re-installed the WordPress update, just clicked on the -reinstall button. Seems like it fixed the themes for Sparsa and the homepage is back for Colorway and other new themes.

    Thanks for your time.

    Thread Starter gultekin

    (@gultekin)

    Well the default themes seems to be working for Sparsa. Funny thing is now, on default theme Twenty Eleven, the blog site does not show ‘sample’ on the main menu and home page content is actually sample page. I am getting confused now.

    Any new theme like Figero, Colorway seems to be loosing the large header image (slider area on pro sites) on Sparsa site still.

    Thread Starter gultekin

    (@gultekin)

    Just to give more info, I have just downloaded another theme and same issue; looks like Sparsa.co.uk breaks the main image area. Something I believe to do with the folders or path because I do not even have a home page that I created that can affect the homepage. I created some pages named about, contact etc but all in draft.

Viewing 10 replies - 1 through 10 (of 10 total)