【问题标题】:Drupal error on bottom : Not Found The requested URL / was not found on this server底部的 Drupal 错误:未找到请求的 URL / 在此服务器上未找到
【发布时间】: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


    【解决方案1】:

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

    【讨论】:

    • 我更喜欢this tool 它有一个大型数据库并从内部检查文件。在线扫描仪不是那么好。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-09-12
    • 2014-11-28
    • 2019-03-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多