Welcome Guest, Not a member yet? Register   Sign In
How remove index.php from URLs? [SOLVED]
#1

[eluser]CoderReborn[/eluser]
I'm following exactly what's in the User Guide, but still cannot remove index.php from my URLs.

- My "system" folder is at my root
- My controller called "home" is located at /system/application/controllers/home.php

- This works: http://localhost/index.php/home
- This does not work: http://localhost/home

Here what I added to my .htaccess file:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]


It looks like the index.php file at the root needs to be executed before the path to the controllers can be discovered?

Thanks.


Messages In This Thread
How remove index.php from URLs? [SOLVED] - by El Forum - 05-21-2010, 11:50 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 05-21-2010, 03:56 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 06-03-2010, 10:52 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 07-19-2010, 12:26 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 07-20-2010, 10:11 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 07-20-2010, 10:16 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 07-20-2010, 10:26 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 07-20-2010, 06:22 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 07-20-2010, 08:51 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 07-21-2010, 09:00 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 07-22-2010, 09:50 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 07-22-2010, 09:59 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 07-28-2011, 10:34 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 02-05-2012, 10:36 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 02-06-2012, 04:54 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 02-06-2012, 02:07 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 02-06-2012, 04:47 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 02-06-2012, 04:54 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 02-06-2012, 04:55 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 02-06-2012, 04:58 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 03-18-2012, 12:22 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 05-01-2012, 05:44 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 07-31-2012, 11:13 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 08-13-2012, 12:28 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 08-15-2012, 06:01 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 03-08-2013, 02:07 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 12-24-2013, 04:40 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 12-24-2013, 04:45 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 03-09-2014, 06:32 AM
How remove index.php from URLs? [SOLVED] - by El Forum - 03-10-2014, 12:17 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 03-10-2014, 12:31 PM
How remove index.php from URLs? [SOLVED] - by El Forum - 03-10-2014, 01:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB