Welcome Guest, Not a member yet? Register   Sign In
.htaccess - convert querystring variables into url segments?
#5

[eluser]huzzi[/eluser]
I'm having this same problem, is it not possible to do it with htaccess? I tried the code below but it does not work.

Code:
RewriteCond %{REQUEST_URI}  ^payment\.html$
RewriteCond %{QUERY_STRING} ^oid=$
RewriteRule ^(.*)$/payment/index/%1 [QSA,L]

Any idea?


Messages In This Thread
.htaccess - convert querystring variables into url segments? - by El Forum - 06-17-2010, 06:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB