htaccess伪静态规则
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !^(index\.php|samples|robots\.txt|views|plugins|backup|upload|images|install|admin123|plug|test|install|make|js|favicon\.ico|templates|mqqt|scl|app)
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
可以,用kangle反代asp插件。IIS平台并不支持.htaccess,IIS只支持 httpd.ini ,Apache服务器才支持 .htaccess
如果你的ASP不是运行在Apache平台上,你可以将.htaccess规则转换成httpd.ini规则。
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)