Hi, On one of my domains I want it to redirect to an affiliate link. I looked at the .htaccess file on my site and it has the following code, but I'm not sure if its set up to redirect properly? This is the code: RewriteEngine on RewriteCond %{HTTP_HOST} ^strryke.com$ [OR] RewriteCond %{HTTP_HOST} ^www.strryke.com$ RewriteRule ^(.*)$ "https\:\/\/www\.stryyke\.com\/\?affiliateID\=123" [R=301,L] Does it seem like a standard redirect? Could anyone basically explain what it does? Thanks for any help
Anyone able to help please? Am just trying to find out what the code in my .htaccess file means - is it a normal redirect?
RewriteEngine on RewriteCond %{HTTP_HOST} ^strryke.com$ [OR] RewriteCond %{HTTP_HOST} ^www.strryke.com$ RewriteRule ^.*$ https://www.stryyke.com/?affiliateID=123 [R=301,L] Code (markup): no slash \