输入域名代码指令:
RewriteEngineOn
RewriteBase/
RewriteRulehttp://要跳转的域名/$http://要转向的域名/[R=301,L]
RewriteRule^(.*)article/list_([0-9]+).html$$1/article/list_$2[R=301,L]
<?xmlversion="1.0"encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rulename="rule1"stopProcessing="true">
<matchurl="^news/list_([0-9]+)"/>
<actiontype="Rewrite"url="index.php?m=content&ampc=index&ampa=lists&ampcatid=1&amppage={R:5}"/>
</rule>
<rulename="WWWRedirect"stopProcessing="true">
<matchurl=".*"/>
<conditions>
<addinput="{HTTP_HOST}"pattern="^需要转的域名$"/>
</conditions>
<actiontype="Redirect"url="http://要转到的域名/{R:0}"redirectType="Permanent"/>
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
扩展资料
域名由前缀和后缀组成,前缀是点前而的部分,例如baidu.com,前缀是baidu,而bai后缀是com,而前缀一般由注册者注册时自定义的。
网域名称系统(DNS,Domain Name System,将域名和IP地址相互映射的一个分布式数据库)是因特网的一项核心服务,它作为可以将域名和IP地址相互映射的一个分布式数据库,能够使人更方便地访问互联网,而不用去记住能够被机器直接读取的IP地址数串。
也有可能是你的跳转没有写好.网页渲染之前通过javascript判断打开页面的方式,然后跳转到相应的页面。说的不是很清楚,因为我自己也不是很懂,页面跳转一般都通过js实现
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)