• Resolved shsh1345

    (@shsh1345)


    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 WordPress

    and it didn’t help.
    please help…

Viewing 16 replies (of 16 total)
Viewing 16 replies (of 16 total)
  • The topic ‘Can’t use Pretty Permalinks’ is closed to new replies.