Welcome Guest, Not a member yet? Register   Sign In
quick rewrite question
#1

[eluser]vbnullchar[/eluser]
how do i remove index.php here... http://127.0.0.1/home/index.php/test

thanks alot
#2

[eluser]vbnullchar[/eluser]
ok, got it!

Code:
RewriteEngine on

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L]




Theme © iAndrew 2016 - Forum software by © MyBB