How to Implement a 301 Redirect

Virtual


host Create a new text file locally, the best professional editor software such as EditPlus paste the code into

RewriteEngine On

RewriteCond %{HTTP_HOST} !^www.abc.com$ [NC]

RewriteRule ^(.*)$ http ://www.abc.com/$1 [R=301,L]



transferred from Jiangsu Sanai Network cnaaa.com

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326400387&siteId=291194637
301