搜索
 找回密码
 立即注册

主机不支持运行目录解决办法

[email protected] 2024-02-18 12:15 268


使用方法
.htaccess
public 运行目录,自行修改

  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. RewriteBase /
  4. RewriteCond %{REQUEST_URI} ^(.*)$
  5. 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]
  6. RewriteCond %{REQUEST_URI} !^/public/.*$
  7. RewriteRule ^(.*)$ /public/$1 [QSA,L]
  8. </IfModule>
复制代码


随机推荐

0 回复

游客
高级模式
返回顶部