Can’t use Pretty Permalinks
-
Hello
When I use the regular permalinks the pages load normally but when I switch to pretty permalinks I get error 404. I use go daddy grid hosting, the operating system is Linux and PHP version is 5.x . My wordpress is installed at the root. I’ve tried to change the main htaccess with this
# BEGIN WordPress
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteBase /news
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /news/index.php [L]
</IfModule>
# END WordPressand it didn’t help.
please help…
- The topic ‘Can’t use Pretty Permalinks’ is closed to new replies.