I am working with codeigniter framework, and as I upload it to a host, it gave me a 500 Internal error.
But when I add index.php to config.php , it worked.
What should I do?
In my .htaccess I have this:
RewriteEngine On
RewriteBase /ci-framework/
And also when I clean /ci-framework/ from end of RewriteBase it doesn't work.
Thank you very much.
RewriteBase /ci-framework/and it works. Any way Thank you :)