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!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.