.htaccess redirect all pages to new domain —
RewriteEngine on
RewriteRule ^(.*)$ http://new.site/$1 [R=301,L]
Categorised as: Linux
Just another blog from admin's
RewriteEngine on
RewriteRule ^(.*)$ http://new.site/$1 [R=301,L]
Categorised as: Linux
Leave a Reply
You must be logged in to post a comment.