Hello all!
I need to create an alias for one exact page which unfortunately special characters in it. I do have an environment set up so other redirects work fine, but not this one:
RewriteRule ^/ow/email.htm?who=Kate%20Jones&direct=True&[email protected]$ http://www.google.com/ow/lalala.htm
How should I rewrite this statement so that it works?
PS. This is my first time here so do let me know if I'm not following stackoverflow policy correctly or smth ;) Thank you so much!