My input url needs index.php to work
for example
http://example.com/index.php/classname/function
How can I change it into http://example.com/classname/function
[SOLUTION]
Delete index.php in my config[‘uri’]=”index.php”;
Add a .htaccess as Brendan mentioned below into the same folder where “system” is located
IT WORKS THEN! 😀
In your .htaccess file:
For more information on mod_rewrite: http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html