hi all,
On my previous hosting, my CI website was working fine with a htaccess of:
RewriteEngine on
RewriteCond $1 !^(index\.php|/images|css|js|y_key_8cea22b21ebf57b1\.html|sitemap\.xml|robots\.txt|search-benefits-result\.html)
RewriteRule ^(.*)$ index.php/$1 [L]Recently I transfered to goDaddy, and I’m having this Internval Server Error Problem.
I’ve already tried some of their solutions like making the htaccess to 644 and also there are no error logs showing.
I’ve also done adding RewriteBase / but it only produce “Oops! This link appears to be broken.” in Chrome and “No input file specified.” in Mozilla.
can someone help me with this problem?
Many Thanks