亲注册登录道勤网-可以查看更多帖子内容哦!(包涵精彩图片、文字详情等)请您及时注册登录-www.daoqin.net
您需要 登录 才可以下载或查看,没有账号?立即注册
x
shopex discuz2.0 discuz2.5 discuz3.x 淘宝客 html" target="_blank" class="relatedlink">ecshop phpwind参照http://www.west.cn/faq/list.asp?unid=797通过主机面板设置即可 wordpress设置(系统不推荐Windows,如果可以更换为linux系统运行更稳定): 第一步: 登陆wordpress后台,设置--固定链接--自定义结构,选择设置下URL格式。 第二步:
新建一个文件命名为:web.config,在里面写入以下规则,上传到wwwroot目录。 - <?xml version="1.0" encoding="UTF-8"?>
- <configuration>
- <system.webServer>
- <rewrite>
- <rules>
- <rule name="URL" stopProcessing="true">
- <match url="^(.*)$" />
- <conditions>
- <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
- <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
- </conditions>
- <action type="Rewrite" url="index.php"/>
- </rule>
- </rules>
- </rewrite>
- </system.webServer>
- </configuration>
复制代码Thinkphp伪静态规则: 手工创建web.config文件到站点根目录 - <?xml version="1.0" encoding="UTF-8"?>
- <configuration>
- <system.webServer>
- <rewrite>
- <rules>
- <rule name="Imported Rule 1" stopProcessing="true">
- <match url=".*\.(?:gif|jpg|png|css|js|txt|jpeg|swf|flv)" />
- <action type="Rewrite" url="{R:0}" />
- </rule>
- <rule name="Imported Rule 2">
- <match url="/httpd(?:\.ini|\.parse\.errors)" />
- <action type="CustomResponse" url="/" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" />
- </rule>
- <rule name="Imported Rule 3" stopProcessing="true">
- <match url="^(?!/index.php)(?!/admin.php)(.*)$" ignoreCase="false" />
- <conditions logicalGrouping="MatchAll">
- <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
- <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
- </conditions>
- <action type="Rewrite" url="/index.php/{R:1}" />
- </rule>
- </rules>
- </rewrite>
- </system.webServer>
- </configuration>
复制代码
道勤主机提供365天*24小时全年全天无休、实时在线、零等待的售后技术支持。竭力为您免费处理您在使用道勤主机过程中所遇到的一切问题!
如果您是道勤主机用户,那么您可以通过QQ【792472177】、售后QQ【59133755】、旺旺【诠释意念】、微信:q792472177免费电话、后台提交工单这些方式联系道勤主机客服!
如果您不是我们的客户也没问题,点击页面最右边的企业QQ在线咨询图标联系我们并购买后,我们为您免费进行无缝搬家服务,让您享受网站零访问延迟的迁移到道勤主机的服务! |