htaccess file and permalinks
-
When ever I change the permalink structure to anything other than the default when I click on any links other than my homepage I get a page not found error. I was told this could be an issue with my htaccess file.
My htaccess file is located in my root folder. This is what is in that file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressIs that correct? If it is not the file that is the problem, what could it be?
The page I need help with: [log in to see the link]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘htaccess file and permalinks’ is closed to new replies.