how to website shell traffic redirect my landing page ?
edit the file php or html and write -> <meta http-equiv="refresh" content="3; url=http://www.yousite.com">how to website shell traffic redirect my landing page ?
RewriteEngine On
RewriteCond %{HTTP_HOST} old-site.ru
RewriteRule (.*) http://site.ru/$1 [R=301,L]