Hello,
I need some help in setting up a Rewrite condition & Rule in .htaccess
My goal:
I want all requests which contain "@" to be forwarded to another path.
Clear example:
Let's say I own domain.com
I would like all requests like domain.com/[email protected] or
www.domain.com/[email protected] to be forwarded (or 301 permanently moved I
don't know how it is best for performance) to the following path:
domain.com/uploads/[email protected] (or whatever the string
after domain.com/ is)
so: http://domain.com/$1 to http://domain.com/uploads/list.php?email=$1
Thanks in advance for your help!
s7r
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]