重写 url 重写规则 tio IIS 7


Rewriting url rewrite rule tio IIS 7

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

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 规则并为您转换它们...