Htacess 404 issue

lucybrownphotography / 2013-02-21 23:01:32   

Hello, I know there a few of these but I've followed the steps and am still getting errors.

I installed Indexhibit earlier (lucybrownphotography [dot] co [dot] uk )

This was all fine. Now I'm having an issue with the clean urls. The host is godaddy, and the website was connected to Wix before so I'm not sure if this is perhaps making it difficult?

I've changed the options Modrewrite to true, and the htaccess file looks like this:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.+) /index.php

Currently clicking on the links on the main page does nothing and redirects to a blank page (if the htaccess is renamed to .htaccess) or comes to a 404 error page as it presently does.

Any help would be appreciated =)

This thread has been closed, thank you.