底部的Drupal错误:未找到在此服务器上找不到请求的URL /

时间:2015-05-20 16:00:31

标签: apache drupal drupal-7 vhosts

我的网站有效,但我在底部有这个错误。

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

你帮忙!!!!

1 个答案:

答案 0 :(得分:0)

这可能是恶意软件代码,试图从其他主机加载内容。我建议您查看您的网站。