0
点赞
收藏
分享

微信扫一扫

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

飞空之羽 2023-03-10 阅读 135

不支持设置运行目录主机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 条评论