Published
- 1 min read
htaccess redirect to another domain
The solution for this is noted below
htaccess redirect to another domain
Solution
RewriteEngine On
RewriteRule ^(.*)$ http://newdomain.com/ [R=301]
Try other methods by searching on the site. That is if this doesn’t work