Answers for "htpaccess how redirect 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 "htpaccess how redirect domain"

Browse Popular Code Answers by Language