| Opencart在windows上伪静态web.config文件,该文件由最模板总结提供,测试完整可用, 把以下代码保存为web.config,置于网站根目录即可! 代码:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="opencart" stopProcessing="true">
<match url="^([^?]*)" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
<add input="{REQUEST_URI}" pattern=".*\.(ico|gif|jpg|jpeg|png|js|css)" negate="true"/>
</conditions>
<action type="Rewrite" url="index.php?_route_={R:1}" appendQueryString="true"/>
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
(责任编辑:最模板) |

仿2011麦包包ecshop模板
人气:1022
仿rutaobao俄文淘宝代购系统
人气:1130
ecshop免费模板之仿缤购网
人气:4043
淘中国代购网站程序源码
人气:1450
仿万家购物返利网程序源
人气:5666
ecshop多属性库存二次开发
人气:4442