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/s...@sada.ss or www.domain.com/s...@sada.ss to be forwarded (or 301 permanently moved I don't know how it is best for performance) to the following path: domain.com/uploads/list.php?email=s...@sada.ss (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: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to