SyntaxFix
Write A Post
Hire A Developer
Questions
Godaddy hosting it seems fixed on .htaccess, myself it is working
.htaccess
RewriteRule ^(.*)$ index.php/$1 [L]
to
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]