gpt4 book ai didi

apache - .htaccess 中的 RewriteRule 不起作用

转载 作者:行者123 更新时间:2023-12-03 16:24:45 25 4
gpt4 key购买 nike

我目前在我的本地机器上运行 Apache2,安装了最新版本的 Ubuntu。

我正在尝试使用 .htaccess 文件进行基本的 URL 重写。

文件“http://localhost/page.php?=home”确实存在,而位置“/doesnotexist/home”不存在。

我希望在请求第二页时加载第一页。

我的 .htaccess 文件如下所示:

RewriteEngine On
RewriteRule ^/doesnotexist/(.*)$ /page.php?p=$1

我的 httpd.conf 文件如下所示:
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so

<Directory /var/www>
AllowOverride All
</Directory>

请注意,我的 httpd.conf 文件看起来完全一样,因为在我编辑它之前它是空的。

我得到的结果是这样的:
Not Found

The requested URL /doesnotexist/home was not found on this server.

我已经用谷歌从这个问题中搜索了永远活着的****,除了上面的错误,我从来没有得到过任何东西。

如果有人有任何想法,我将不胜感激。

最佳答案

为了他人的利益,我想出了答案:

在文件“/etc/apache2/sites-enabled/000-default”中有一行:

AllowOverride None

将此更改为:
AllowOverride All

关于apache - .htaccess 中的 RewriteRule 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2194137/

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