Welcome Guest, Not a member yet? Register   Sign In
problem: index.php still exist in after modifying .htaccess
#1

[eluser]Alpha[/eluser]
My .htaccess is

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

but the controller still returns http://www.example.com/index.php/welcome.html

.htaccess is located with application folder, system folder and ci main index.php

welcome controller is in application->controllers folder

tnx


Messages In This Thread
problem: index.php still exist in after modifying .htaccess - by El Forum - 07-23-2011, 09:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB