为什么Apache 2.4将此永久重定向(301)到非www?

问题描述 投票:0回答:1

为什么Apache 2.4将此永久重定向(301)到非www?

<VirtualHost *:80>
    ServerName www.domain.net
    ServerAlias www.domain.com www.domain.org
    Include conf/extra/domain/httpd-vhosts.domain.http
</VirtualHost>

包含文件具有普通的DocumentRoot,Directory等。但是没有重定向或重写条件/规则。 .htaccess有一些重写条件/规则,但没有重新:www。没有301的。

清除浏览器缓存并使用HttpWatch查看可以在首次使用时查看服务器的非缓存重定向。后续使用重定向来自缓存。

apache http-redirect
1个回答
0
投票

没关系。发现它埋没在早期加载的全球conf中。我在这里张贴的好东西,或者我可能永远都找不到它。 ;)

© www.soinside.com 2019 - 2024. All rights reserved.