Welcome Guest, Not a member yet? Register   Sign In
mod_rewrite url changing
#1

[eluser]Unknown[/eluser]
I have this htaccess code
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule test/?$ http://mydomain.com/test2 [QSA,L]

Now, it goes to test2, but also changes the url to the test2 url, is this my mistake or a CI thing?




Theme © iAndrew 2016 - Forum software by © MyBB