GoDaddy messed up my Pretty URLs

Permalink
I switched from the standard hosting to their "Grid" hosting.. and it has ended up being a nightmare. Forst all of the existing databases got "lost". after 2 days they got that fixed. now the pretty URL's dont work.. the .htaccess is the same as before. The odd thing is that when I click pretty urls in the dashboard nothing shows up in the code box.

If I uncheck it it all works, just had to reset any internal links I create to include the index.php.. but it was a Pian.. and now the search engines are lost (they still point back to the old..

Any suggestions to get them back.. .htaccess is:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

Thanks

 
ChrisWatterston replied on at Permalink Reply
ChrisWatterston
Not a pretty URL god but have you tried giving your host provider a call as when I have to enable them at work on our servers I have to install the URL-Rewrite module into IIS.

Might be worth it, what is there to lose?
There is a possibility that it could be something there end?

Hope you sort it our :)
Chris
911bob replied on at Permalink Reply
Ended up switching to Concrete5 hosting. Noticeably faster