Permalink htaccess generation problem
-
This is so annoying. I have serious problems setting the permalink structure in wordpress 2.0.
No matter what changes I make to the structure under Options > Permalinks, the output generated by wordpress is always
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>
Is this a bug? How can I fix this?
I want the permalink structure look like
archive/%category%/%postname%
with the category base
category/ .
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Permalink htaccess generation problem’ is closed to new replies.