Home > Database > Mysql Tutorial > body text

IIS 7.5通过web.config设置伪静态规则方法

WBOY
Release: 2016-06-07 16:23:15
Original
1080 people have browsed it

is7.5下常见程序通过web.config实现伪静态新建一个以web.config命名的文件内容为 ?xml version=1.0 encoding=UTF-8? configuration system.webServer !--将下面的规则添加到这里-- /system.webServer /configuration 记得后台的伪静态要开启喔 以shopex规则

 is7.5下常见程序通过web.config实现伪静态新建一个以web.config命名的文件内容为



   

   


  

记得后台的伪静态要开启喔


以shopex规则示例如下,选择需要的规则添加:



           
               
                   
                   
               

               
                   
                   
                       
                       
                       
                   

                   
               

           

       




 
  
  
 

 
  
  
 

 
  
  
 

 
  
  
 

 
  
  
 

 
  
  
 

 
  
  
 

 
  
  
 






 
  
  
 

 
  
  
 

 
  
  
 

 
  
  
 

 
  
  
 

 
  
  
 

 
  
  
 

 
  
  
 

 
  
  
 


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!