Viewing 3 replies - 1 through 3 (of 3 total)
  • review your server’s hierarchy structure and .htaccess.

    Thread Starter biodagar

    (@biodagar)

    My hierarchy structure appears ok. My .htaccess contains rewrite clauses that I can’t make sense of. (I am quite a n00b lol)

    Vis:

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

    Thread Starter biodagar

    (@biodagar)

    It turned out, after much digging, that there were a couple of clauses left in a functions.php file after moving the blog to the subdirectory install. Deleting these removed the problem.

    Once I relocate the post that helped me (!!) I’ll post it here too 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with multiple redirects and being logged out’ is closed to new replies.