• Hello! I’m experiencing this kind of stuff since yesterday. Whenever I’m changing my permalink settings through wordpress, when clicking a page, an error is appearing! Usually, when you change permalink settings, an .htaccess file will automatically be created but in my case, it didn’t! So I created my own .htaccess file manually and modified it like this:

    <IfModule mod_rewrite.c>
    # BEGIN WordPress
    RewriteEngine on
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    # END WordPress
    </IfModule>

    I used that code but still no luck!

    I used to view my wordpress site with my purchased theme on the localhost and permalinks & filtering works perfectly fine by enabling mod_rewrite in the apache!

    But now, using wordpress live on the site already, permalinks and filtering won’t able to view now and error still occurs!

    Help me with this issue! What will I do to make this problem solve?

    Thanks for you help guys!

    Edit: By the way, my webhost is Godaddy! Anyone here experiencing some bad issues using godaddy?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Permalinks HTACCESS – Error Page’ is closed to new replies.