不支持设置运行目录主机thinkphp伪静态使用方法.htaccess
资源宝分享:www.httple.net
<IfModule mod_rewrite.c>标签:php,主机,REQUEST,URI,htaccess,thinkphp,RewriteCond,public From: https://blog.51cto.com/yunbk/6113358
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteRule ^(application|data|extend|rule|runtime|sldate|thinkphp|uploadintegral|uploads|view|vendor|upload|app|static)/(.*).(php|php5|phtml|json)$ waf.php?wafhtml=1 [R=301,NC,L]
RewriteCond %{REQUEST_URI} !^/public/.*$
RewriteRule ^(.*)$ /public/$1 [QSA,L]
</IfModule>