htaccess 导致内部服务器错误

时间:2021-07-22 11:01:40

标签: .htaccess

这是我的 .htaccess:

<IfModule mod_rewrite.c>
RewriteEngine on                                                            
    RewriteCond %{REQUEST_URI} !^/images?                                       
    RewriteCond %{REQUEST_URI} !^/api.php?                                      
    RewriteRule (.*) /index.php?path=$1 [L]
</IfModule>

不确定为什么会导致错误,如果有人可以提供帮助,我们将不胜感激。

0 个答案:

没有答案
相关问题