Welcome Guest, Not a member yet? Register   Sign In
URI Routing Problem
#2

[eluser]osci[/eluser]
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]

Code:
RewriteCond %{REQUEST_FILENAME} !-f
checks if an existing file is specified and routes there if true.


Messages In This Thread
URI Routing Problem - by El Forum - 06-10-2011, 04:46 AM
URI Routing Problem - by El Forum - 06-10-2011, 05:33 AM
URI Routing Problem - by El Forum - 06-10-2011, 05:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB