Forum Moderators: phranque
I have godaddy linux hosting and its Server API is CGI and mod_rewrite doesnt work on it. I searched about it and all says it is because of CGI server. I used same .htaccess on other hosting and all worked but on CGI it doesnt work. I sent message to godaddy and they told it should work, mod_rewrite is on but it doesnt. is there any way to run mod_rewrite on CGI Hosting? my .htaccess file is very simple
RewriteEngine on
RewriteRule!\.(js¦ico¦gif¦jpg¦png¦css)$ index.php
thanks for your help