Hi,
I'm playing with CodeIgniter, and right now am trying to eliminate the need for specifying the index.php on the url. Not working.
Where is the setting for the default url (if there is one), so that F9 will assume that url was inputted?
So instead of typing
http://localhost:8080/index.php/hello/show
, we would type
http://localhost:8080/hello/show
It's not working, in spite of having _htaccess defined appropriately.
I don't need assistance with setting up any codeigniter configurations ; this is all part of the learning process, trial & error.
I just want to know how to start a debug session that automatically assumes it has to process http://localhost:8080/hello/show, so I can trace through and see what happens before the 404 error.
This
http://www.nusphere.com/kb/technicalfaq/howto_setup_project_properties.htm
mentions "Default File or URL setting", but I don't see this in Setting.
Regards,