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. 🙂