It’s the most easiest way to redirect from old site to new site for me:
RedirectMatch 301 ^/(.*) http://host.name/$1
apache2 RedirectMatch in .htaccess
回覆
It’s the most easiest way to redirect from old site to new site for me:
RedirectMatch 301 ^/(.*) http://host.name/$1