Welcome Guest, Not a member yet? Register   Sign In
[solved] removing index.php
#1

[eluser]Unknown[/eluser]
I have some problems with removing 'index.php' in URL.
http://kadma.lt/ci/index.php/login -> works
http://kadma.lt/ci/login -> doesn't work

I have read a user guide.

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

mod_rewrite module is enabled in apache...

Any suggestions?

Thanks


Messages In This Thread
[solved] removing index.php - by El Forum - 02-17-2010, 01:02 PM
[solved] removing index.php - by El Forum - 02-17-2010, 01:07 PM
[solved] removing index.php - by El Forum - 02-17-2010, 01:14 PM
[solved] removing index.php - by El Forum - 02-17-2010, 01:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB