eyoucms在IIS下的web.config伪静态配置
eyoucms在IIS下的web.config伪静态配置,
代码如下,保存为web.config上传到根目录就可以了。
<?xml version= "1.0" encoding= "UTF-8" ?> <configuration> <system.webServer> <rewrite> <rules> <rule name= "OrgPage" stopProcessing= "true" > <match url= "^(.*)$" /> <conditions logicalGrouping= "MatchAll" > <add input= "{HTTP_HOST}" pattern= "^(.*)$" /> <add input= "{REQUEST_FILENAME}" matchType= "IsFile" negate= "true" /> <add input= "{REQUEST_FILENAME}" matchType= "IsDirectory" negate= "true" /></conditions> <action type= "Rewrite" url= "index.php/{R:1}" /> </rule> </rules> </rewrite> </system.webServer> </configuration> |
或下载web.config附件上传到根目录
以上就是速优网络和大家分享的"eyoucms在IIS下的web.config伪静态配置",非常感谢您有耐心的读完这篇文章,我们将为您提供更多参考使用或学习交流的信息。我们还可为您提供:企业网站建设、网站仿制、网站复制、仿站、外贸网站建设、外贸建站、公司官网制作等服务,本公司以“诚信、专业、务实、创新”的服务理念服务于客户。如您需要合作,请扫码咨询,我们将诚挚为您服务。
TAG标签:易优cms