Re: Redirect Permanent Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 13.08.07 12:58, Nathan wrote:
> We need to 301 redirect all traffic bound for www.foo.com to foo.com.
> foo.com is set up as an IP based resource and www.foo.com is not 
> mentioned  in vhosts.
> 
> both www.foo.com and foo.com DNS is set to the same ip.
> 
> We added a section to vhosts like :
> 
> <VirtualHost *:80>
> 
>     DocumentRoot c:/pubrec/htdocs
>     ServerName www.foo.com
>     ErrorLog c:/pubrec/logs/error_log
>     CustomLog c:/pubrec/logs/access_log combined
>     ErrorDocument 404 /404.htm	
> 
> RedirectPermanent /  http://foo.com/
> </VirtualHost>

all directives except ServerName and RedirectPermanent are useless here.

> This seems to work fine for www.foo.com but not for www.foo.com/somepage.htm

Interesting, it should work... did you clean your browser's cache before
retrying?

-- 
Matus UHLAR - fantomas, uhlar@xxxxxxxxxxx ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
I just got lost in thought. It was unfamiliar territory. 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux