Welcome Guest, Not a member yet? Register   Sign In
Newbie's stupid routing problem
#2

[eluser]vitoco[/eluser]
this one works for me
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

Saludos


Messages In This Thread
Newbie's stupid routing problem - by El Forum - 11-13-2010, 09:00 AM
Newbie's stupid routing problem - by El Forum - 11-13-2010, 09:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB