index.php will not go away |
[eluser]cjobes[/eluser]
No matter what, I can't seem to get my pages to display unless I have index.php in the URI. Every time I change $config['index_page'] = 'index.php'; to $config['index_page'] = ''; the page will not display, and I get a 404. Right now I can only see the page with this URL http://rsvp_admin_ci:8080/index.php/ann_mtg_2013_rsvp/ I want it to display the page with http://rsvp_admin_ci:8080/ann_mtg_2013_rsvp/ Here is my .htaccess file Code: # Turn on URL rewriting Any help would be appreciated. I am using Vagrant, if that is of any concern. C |
Messages In This Thread |
index.php will not go away - by El Forum - 03-24-2013, 01:30 PM
index.php will not go away - by El Forum - 03-24-2013, 02:15 PM
index.php will not go away - by El Forum - 03-24-2013, 04:00 PM
|