• I fixed parse url issue with my database after I changed my domains names by mistake. Now my links don’t work. I notice on the permalinks, suggesting that I copy and paste into my htaccess file. I did but nothing happened. Any suggestions.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

  • The topic ‘htaccess’ is closed to new replies.