
Apache环境.htaccess伪静态301跳转(www与不带www)
RewriteEngine On
RewriteCond %{HTTP_HOST} !^nai.la$ [NC]
RewriteRule ^(.*)$ http://nai.la/$1 [L,R=301]
暂无评论

RewriteEngine On
RewriteCond %{HTTP_HOST} !^nai.la$ [NC]
RewriteRule ^(.*)$ http://nai.la/$1 [L,R=301]
暂无评论