Answers for "htcaccess redirect to another domain"

0

htaccess redirect to another domain

RewriteEngine On
RewriteRule ^(.*)$ http://newdomain.com/ [R=301]
Posted by: Guest on October-13-2021

Code answers related to "htcaccess redirect to another domain"

Browse Popular Code Answers by Language