Answers for "301 redirect htaccess not working with question mark"

0

301 redirect htaccess

RewriteEngine On
RewriteBase /
RewriteRule ^(.*)$ http://domain2.com/$1 [L,R=301,NC]
Posted by: Guest on January-21-2021

Browse Popular Code Answers by Language