Quote:
Originally Posted by takaya
This shit will append query string to site.com. It works on my end
|
I tried but it didn't seem to work. I probably have too much crap going on with this for that to work correctly idk.
I did manage to get what I need all in 1 with the following:
RewriteRule ^string/?_(.*)$ http://www.site.com?id=$1 [QSA]
So site.com/string_101 will now goto site.com/?id=101, didn't know I could dynamically add zone ID's in Juicy
