how do you really remove index.php |
[eluser]bpdp[/eluser]
Okay so I've been at it for several days now and I just can't seem to remove the index.php from my urls. • mod_rewrite is enabled • apache has been configured to allow .htaccess overrides (other 301 redirects are working) • $config['index_page'] = ""; • $config['uri_protocol'] = "AUTO"; (I have tried with other settings) • I followed these instructions to setup my .htaccess file. I am assuming that my issue is a path issue. I have the default CI install inside a project folder so my structure looks like this: - localhost - freelance - ps .htaccess index.php - system any insight would be helpful, thank you! |
Messages In This Thread |
how do you really remove index.php - by El Forum - 05-02-2010, 12:42 PM
how do you really remove index.php - by El Forum - 05-02-2010, 02:25 PM
how do you really remove index.php - by El Forum - 05-02-2010, 04:28 PM
how do you really remove index.php - by El Forum - 05-02-2010, 04:38 PM
how do you really remove index.php - by El Forum - 05-02-2010, 06:20 PM
how do you really remove index.php - by El Forum - 05-02-2010, 08:44 PM
how do you really remove index.php - by El Forum - 05-03-2010, 01:08 AM
how do you really remove index.php - by El Forum - 05-03-2010, 07:30 AM
how do you really remove index.php - by El Forum - 05-03-2010, 08:03 AM
how do you really remove index.php - by El Forum - 05-03-2010, 08:07 AM
how do you really remove index.php - by El Forum - 05-03-2010, 08:41 AM
how do you really remove index.php - by El Forum - 09-08-2010, 01:36 AM
how do you really remove index.php - by El Forum - 09-08-2010, 04:57 AM
|