在Apache的配置文件(即httpd.conf文件),我們有虛擬主機配置,這是工作了近2年。今天到那裏沒有問題。但是當我被要求添加重定向時,它不起作用。我的虛擬主機conatainer看起來像這樣301 www.domain.com/index.html重定向到www.domain.com不工作
<VirtualHost *:80>
DocumentRoot /var/www/html
ServerName domain.com
Redirect 301/http://www.domain.com/
Redirect 301 /index.html http://www.domain.com/
</VirtualHost>
在這裏,當我鍵入「http://domain.com」它正在爲「http://www.domain.com」預期的行爲。但是當我輸入「http://domain.com/index.html」或「http://www.domain.com/index.html」時,它並沒有把我帶到「http://www.domain.com」它是joomla網站。
誰能解決這對我來說...
在此先感謝
感謝beerwin這是有幫助的 – 2011-09-22 06:18:16
高興我的回答工作。 – beerwin 2011-10-13 17:41:27
+1來補償。 – Johan 2011-10-14 21:32:18