繁体   English   中英

重写URL重写规则IIS 7

[英]Rewriting url rewrite rule tio IIS 7

希望您能对我有所帮助,这是我的问题,我需要将此URL Rewrite .httacces规则配置为web.config文件,因为该站点将在IIS 7上运行并且是用php开发的

RewriteBase /

RewriteRule    ^web/contacto.php$    contacto/  [R,L]
RewriteRule    ^web/marcas.php$    marcas/  [R,L]
RewriteRule    ^web/categoria.php$ busqueda/resultados/ [R,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule .* index.php [L]

提前致谢!

IIS管理器允许您导入htaccess规则并为您转换它们。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM