gpt4 book ai didi

.htaccess - .htaccess 错误,错误 500

转载 作者:行者123 更新时间:2023-12-03 07:49:19 28 4
gpt4 key购买 nike

我正在运行 LAMP 服务器,这个 .htaccess 给我一个 500 错误。其作用是过滤关键字并重定向到相应的域名。

Options +FollowSymLinks
<IfModule mod_rewrite.c>
RewriteEngine on

RewriteCond %{HTTP_HOST} xy|yz|xz
RewriteRule ^xyz.com

RewriteCond %{HTTP_HOST} ab|bc|ac
RewriteRule ^abc.net


<IfModule>

error.log 中的错误消息

/var/www/conf/.htaccess: <IfModule> directive requires additional arguments, referer: http://localhost/conf/rewrite.php

为什么它给我一个 500 错误,我是否必须检查 IfModule 是否已安装,或者必须安装。

谢谢吉恩

最佳答案

您缺少一个斜线。结束标记必须是

</ifModule>

这也解释了错误消息:<IfModule> directive requires additional arguments

关于.htaccess - .htaccess 错误,错误 500,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5597715/

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