Category: Linux
How to setup Linux 301 Redirect to an old to a new domain using .htaccess file
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.co.uk/$1 [R=301,L
How useful was this post?
Click on a star to rate it!
No votes so far! Be the first to rate this post.
Leave a Reply