Welcome Guest, Not a member yet? Register   Sign In
Removal of index.php is not working?
#1

[eluser]brucebat[/eluser]
Ok if have been trying to remove index.php from my url.


XAMPP Apache / Php 5.05 dev
CI 2.0.2


I have uncommented mod_rewrite module

Code:
LoadModule rewrite_module modules/mod_rewrite.so

This is the code in my .htaccess file in Application folder

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

RewriteCond $1 ^(application|system)
RewriteRule ^(.*)$ / [R,NC]

Is there anything else I have forgotten to do?

Thanks


Messages In This Thread
Removal of index.php is not working? - by El Forum - 07-11-2011, 01:20 PM
Removal of index.php is not working? - by El Forum - 07-11-2011, 02:04 PM
Removal of index.php is not working? - by El Forum - 07-11-2011, 03:44 PM
Removal of index.php is not working? - by El Forum - 07-11-2011, 03:56 PM
Removal of index.php is not working? - by El Forum - 07-11-2011, 03:58 PM
Removal of index.php is not working? - by El Forum - 07-11-2011, 04:00 PM
Removal of index.php is not working? - by El Forum - 07-11-2011, 04:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB