/ Published in: Other
URL: http://daipratt.co.uk/internet-and-programming/
This will redirect all pages from one domain, to the homepage of another domain.
Expand |
Embed | Plain Text
RewriteEngine On RewriteRule ^(.*)$ http://www.example.com/$1 [R=301]
You need to login to post a comment.
