日期:2014-05-16  浏览次数:21194 次

问个httpd.ini的写法
RewriteEngine On

RewriteRule ^160/t(\w+)/(.*)$ http://$1.taobaocdn.com/bao/$2_160x160.jpg [R=302,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule .* index.php


这个是.htaccess下的内容,现在我要把代码部署到iis上,需要写个httpd.ini,问下代码怎么写?这个我完全不会

------解决方案--------------------
分不能浪费了