Pretty Permalinks
-
I’ve been through the forums for a while now, but no success yet.
Problem: Every time I change the permalink structure in the dashboard, I receive a 404 Not Found error on the live site.
I’m hosting through GoDaddy. I needed to create and upload my own .htaccess file. I copied this code into the .htaccess 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 WordPress
No success. I keep reading about changing the permissions, but am unsure of where to do that within the .htaccess file.
Any help would be much appreciated (5210nwfl.com)
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Pretty Permalinks’ is closed to new replies.