Permalinks aren’t working
-
I’m trying to setup WordPress on my site, https://www.fourleafit.com, but I can’t get permalinks to work correctly. When I set the option to “month and name” it does modify the .htaccess for the site to the below:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressHowever, if I go to a “permalink page” it redirects to a 404 error. I contacted GoDaddy support and they claim that everything is setup properly on the server and that they won’t help in getting this matter resolved.
Any help on getting this matter resolved would be greatly appreciated!
Thank you,
Andrew
- The topic ‘Permalinks aren’t working’ is closed to new replies.