• Resolved markxkr

    (@markxkr)


    I had a problem after I deactivated a plug-in.

    I’ve now got it working (it had changed the url for the blog from a sub-directory back to the root)

    So dashbaord now functioning but blog not displaying.

    So I thought I would check that the theme was OK.

    When I display available themes they are all present and correct. But if I preview a theme I get the left hand settings menu but no theme previewed in the right hand side.

    Assume that deactivating the plugin has changed some other url routing but no idea what…

    Any thoughts or comments gratefully received 🙂

    screen grab here: http://www.insightgroup.co.uk/blog/wp-crashed.jpg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter markxkr

    (@markxkr)

    Just doing some more investigating and found a site called http://redirectdetective.com/

    this shows that the blog directory is lopping back on itself to the root of the website. See this screen grab here:
    http://www.insightgroup.co.uk/blog/wp-loop.jpg

    So somewhere in the plugin deactivation a forwarding/redirect has been added.

    Just don’t know where….

    the .htaccess file in the root folder (no .htaccess in blog folder)

    is:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Again – thx for any input

    Thread Starter markxkr

    (@markxkr)

    Turns out that the redirect add-in was looping.

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

The topic ‘Themes not working’ is closed to new replies.