Permalinks 404 error
-
Hello,
I am just trying to switch between the permalink options given by wordpress (ultimately I just want to swap page ID with page name).
I have the following code in .htaccess in htdocs file but still getting 404 error – what else do I need? Thanks
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Permalinks 404 error’ is closed to new replies.