gpt4 book ai didi

apache - 重写别名目录

转载 作者:行者123 更新时间:2023-12-04 10:54:41 24 4
gpt4 key购买 nike

我首先尝试使用 Alias 文件夹将我的项目文件存储在与 DocumentRoot 不同的位置。 ,然后执行 mod_rewrite在这个请求上。但是它似乎没有解析 .htaccess文件。

这是我的别名文件的内容:

Alias /test F:/Path/To/Project

<Directory F:/Path/To/Project>
Order allow,deny
Allow from all
</Directory>

这是我的 .htaccess文件:
Options +FollowSymlinks
RewriteEngine on

RewriteRule .* index.php [NC] [PT]

当我删除别名时,一切正常。

最佳答案

mod_alias 总是优先于 mod_rewrite。你永远不能用 mod_rewrite 覆盖 mod_alias 指令。

AliasMatch directive在这种情况下可能会帮助你。

关于apache - 重写别名目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12161198/

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