Forum Moderators: phranque
i read lots of posts, but i realised i am never going to understand regex.
i tried
RewriteRule ^/affiliate/$ [affiliateurl.com...]
it works but the url on the browser changes too
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.widges\.com/affiliate/
RewriteRule .* [affiliateurl.com...] [P,L]
This doesnt work
can anyone help
Be sure this is allowed, because *all* requests to that site passed through your server will appear to come from your server, so it's easy to detect.
Jim