gpt4 book ai didi

linux - 带有重定向的 .htaccess 不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 04:14:56 24 4
gpt4 key购买 nike

我在 linuxmint 15 中启用了 mod_rewrite。但是 .htaccess 不起作用。这是我的 apache 配置

<VirtualHost *:80>
ServerAdmin webmaster@localhost

DocumentRoot /var/www/xampp/htdocs
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/xampp/htdocs/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>

ErrorLog ${APACHE_LOG_DIR}/error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

请帮助我。问我是否需要任何信息。

这也是我的 htaccess 文件

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /mehedi.php [L]
</IfModule>

htaccess 文件位于“/var/www/xampp/htdocs/”目录中。

谢谢

最佳答案

你的 apache 错误日志中有什么有用的信息吗?我建议检查您的 httpd.conf 中是否有任何正在设置的选项指令。对于您已配置的 DocumentRoot 之上的一个或多个目录,AllowOverride 的选项可能设置为“无”或“全部”以外的其他值。希望这会有所帮助——祝你好运!

关于linux - 带有重定向的 .htaccess 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17067834/

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