Welcome Guest, Not a member yet? Register   Sign In
how to remove index.php from all of my methods or cntrollers and redirect them to without index.php url
#13

[eluser]Unknown[/eluser]
Hi,

create file in your codeigniter folder name ".htaccess"

in that file add following code:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$1 [PT,L]

then save it. your problem will be solve.


Messages In This Thread
how to remove index.php from all of my methods or cntrollers and redirect them to without index.php url - by El Forum - 10-06-2012, 05:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB