Having issues with a redirect

Slarti, I need your help in this, the problem is super simple. I already fixed most of it.

RewriteRule ^(.+) http://somedomain.com/something/something/$1/ [L,R=301]

Basically a user goes here:

http://domain/mail/[email protected]/

And gets redirected to:

http://somedomain.com/something/something/[email protected]/

Easy enough right.

Well, not so much. Apparently when it redirects it takes out @ from the url. Now I need @ since I am capturing e-mails.

Right now it ends up like this:

http://somedomain.com/something/something/dicksmailstotseans.com/


Can you help?

Excellent guides btw:

http://searchengineland.com/url-rewrites-and-redirects-part1-16574
http://searchengineland.com/url-rewrites-and-redirects-part2-16575
Tagged:

Comments

Sign In or Register to comment.