Permalinks/.htaccess problem – .htaccess not being modified
-
Hello,
I’m trying to set up a permalink structure like this:
%category%/%postname%That is simple enough.
However, it isn’t wanting to work. It looks like the .htaccess file isn’t being changed. Regardless what I set it to, the .htaccess only contains this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
which makes no reference to the permalink structure. When I save the changes, it says it was successfully updated. If I delete the file, it will generate a new one when I save, but it will only contain that code.
Any ideas? Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Permalinks/.htaccess problem – .htaccess not being modified’ is closed to new replies.