Website Redirection

For website redirection you can use given below coding:

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^abc.com [nc]
rewriterule ^(.*)$ http://www.abc.com/$1 [r=301,nc]

0 comments:

Post a Comment