【发布时间】:2015-08-02 00:05:08
【问题描述】:
我的网站可以运行,但底部出现此错误。
Not Found
The requested URL / was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at Port 80
这是我的虚拟主机配置
<VirtualHost *:80>
ServerAdmin admin@xxxx.com
ServerName xxx.net
ServerAlias www.xxxx.net
DocumentRoot /var/www/xxxx.net/
<Directory /var/www/xxxx.net/>
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>
ServerSignature Off
ErrorDocument 404 /var/www/xxxx.net/404.html
</VirtualHost>
我的 404 页面存在于这个位置 /var/www/xxxx.net/404.html
谢谢你的帮助!!!!
【问题讨论】:
标签: apache drupal drupal-7 vhosts