/ Published in: Other
This will redirect all pages from one domain, to the homepage of another domain.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
RewriteEngine On RewriteRule ^(.*)$ http://www.example.com/$1 [R=301]
URL: http://daipratt.co.uk/internet-and-programming/