• Resolved kohaku

    (@kohaku)


    I have a copy of WordPress installed in another folder on my server for theme testing purposes.

    However, when I go to test the archives, I’m taken to my main sites archive pages. Am I missing something in my .htaccess file?

    My testing WP install is a mirror to my main install except for the .htaccess.

    Any help would be greatly appreciated.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter kohaku

    (@kohaku)

    SecFilterEngine Off
    SecFilterScanPOST Off

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

    And my best friend drew that. I can ask her how much she charges for commission, if you’d like.

    kohaku,

    You might backup your existing .htaccess in your test install and try this:

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

    And my best friend drew that. I can ask her how much she charges for commission, if you'd like.

    Please. You, or your friend, can contact me directly through my site. I have an illustration job I’d really like help with. ??

    Thread Starter kohaku

    (@kohaku)

    I got it figured out. WP wasn’t/couldn’t writing a .htaccess file or editing it when I changed permalink structure.

    I deleted the .htaccess I had and edited vars.php as instructed in the codex.

    I’ll have her contact you when I see her next!

    Glad you got it sorted.

    Thanks for passing along my info. ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Archives issue’ is closed to new replies.