用的IIS,网站需要伪静态,但是不知道怎么转换规则文件
用的IIS,网站需要伪静态,但是不知道怎么转换规则文件,求助
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|ico|gif|jpe?g|bmp|png|css)$ /index.php [NC,L]

用的IIS,网站需要伪静态,但是不知道怎么转换规则文件,求助
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|ico|gif|jpe?g|bmp|png|css)$ /index.php [NC,L]
