Forums

htaccess (1 post)

  1. chrisin2
    Member
    Posted 3 years ago #

    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>

Topic Closed

This topic has been closed to new replies.

About this Topic