gpt4 book ai didi

.htaccess - HTAccess LocationMatch 服务器错误

转载 作者:行者123 更新时间:2023-12-03 08:10:00 24 4
gpt4 key购买 nike

我正在尝试使用此 .htaccess更改 RewriteBase如果位置是本地或实时服务器。

Options +FollowSymlinks
RewriteEngine on

<LocationMatch "^/(bbtsrv02)/$">
#RewriteBase /beta/admin/
</LocationMatch>

RewriteCond %{REQUEST_URI} !index.php$
RewriteCond %{REQUEST_URI} !css/(.*)\.
RewriteCond %{REQUEST_URI} !img/(.*)\.
RewriteCond %{REQUEST_URI} !incs/(.*)\.
RewriteCond %{REQUEST_URI} !js/(.*)\.
RewriteCond %{REQUEST_URI} !upload/(.*)\.
RewriteCond %{REQUEST_URI} !widget/(.*)\.
RewriteRule ^(.*) index.php?_pd=$1 [NC,L]

一旦我删除 LocationMatch整个事情又开始工作了。我只需要更改 RewriteBase用于现场测试。

最佳答案

<LocationMatch>指令 不能用于 .htaccess 文件 -- 仅在服务器配置或虚拟主机上下文中。

http://httpd.apache.org/docs/current/mod/core.html#locationmatch

关于.htaccess - HTAccess LocationMatch 服务器错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6663611/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com