在404

时间:2017-04-15 01:04:22

标签: apache ubuntu ubuntu-14.04

我正在尝试使用Apache进行重定向。我有以下配置:

<VirtualHost *:80>

        ServerName sub.domain.com.br
        DocumentRoot /var/www/html/folder
        ServerAlias www.sub.domain.com.br
        Options -Indexes

        ProxyRequests On
        ProxyPreserveHost On

        Redirect permanent https://www.sub.domain.com.br/tracking https://sub.domain.com.br:31311/
 ...
</VirtualHost *:80>

但是当我得到

未找到

在此服务器上找不到请求的URL / abc。

当我在浏览器中尝试网址时。

我该如何解决这个问题?

0 个答案:

没有答案