|
|
|
VPS怎么通过伪静态组件设置301? |
|
|
|
1、首先需要为服务器配置好伪静态(Windows:ISAPI_Rewrite,Linux:mod_rewrite)
2、上传伪静态规则到站点根目录下就可以了。
httpd.ini
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteCond Host: ^domain\.com$
RewriteRule (.*) http\://www\.domain\.com$1 [RP,I]
.htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
|
|
|
|
|
电话:010-12345678 传真:010-12345678 咨询信箱: 咨询OICQ:张三:123456,李四:123456,张三:123456,李四:123456 |
版权所有:万网域名主机(http://baidu.com) ©2004-2024 All Rights Reserved.
地址:北京北京北京北京北京 邮编:518057 |
|
《中华人民共和国增值电信业务经营许可证》 |
|
|