不支持设置运行目录主机thinkphp伪静态使用方法.htaccess

阅读 136

2023-03-10

不支持设置运行目录主机thinkphp伪静态使用方法.htaccess

资源宝分享:​​www.httple.net​​

<IfModule mod_rewrite.c>
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>

精彩评论(0)

0 0 举报