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
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
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