Welcome Guest, Not a member yet? Register   Sign In
URL Rewrite not working correctly
#2

[eluser]Unknown[/eluser]
Never mind, I got it working. It seems that I had an error with my RewriteCond for svn (It was only allowing svn folders?)

changed this one:
Code:
RewriteCond %{REQUEST_URI}  ^/svn [NC]

to:
Code:
RewriteCond %{REQUEST_URI}  !^(svn|index\.php) [NC]


Messages In This Thread
URL Rewrite not working correctly - by El Forum - 01-09-2008, 12:32 PM
URL Rewrite not working correctly - by El Forum - 01-09-2008, 01:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB