.htaccess配置301重定向
2019-04-25 09:22:19

RewriteEngine on
RewriteCond %{http_host} ^SourceUrl [NC]
RewriteRule ^(.*)$ http://DestinationUrl/$1 [L,R=301]