Hi all, I've got apache set up on my server to redirect requests for http://www.hepnetcanada.ca to go to http://www.hepnetcanada.ca:8080/hc and by and large, this works. At least it does with mozilla, opera, etc... however when the request is redirected in internet explorer 6, the page renders without CSS formatting. (try it) Any idea why this happens, or how I can fix it? The apache redirect is very simple, i.e. <VirtualHost 142.104.61.63> ServerName www.hepnetcanada.ca Redirect / http://www.hepnetcanada.ca:8080/hc </VirtualHost> Any help would be appreciated. Thanks, Jan --- Jan (Wyvern) Van Uytven Sysadmin, UVic TRIUMF wyvern@uvic.ca Randomly selected from my quote-file: "Whenever I watch TV and see those poor starving kids all over the world, I can't help but cry. I mean I'd love to be skinny like that, but not with all those flies and death and stuff." - Mariah Carey
I had a problem like that and I would also suggest using rewrite rules: it's a little bit more complex but it works like a charme and you can do what you want zope-bounces@zope.org wrote on 19/05/2004 01.41.42:
Hi all,
I've got apache set up on my server to redirect requests for http://www.hepnetcanada.ca to go to http://www.hepnetcanada.ca:8080/hc
and by and large, this works. At least it does with mozilla, opera, etc... however when the request is redirected in internet explorer 6, the page renders without CSS formatting. (try it)
Any idea why this happens, or how I can fix it? The apache redirect is very simple, i.e.
<VirtualHost 142.104.61.63> ServerName www.hepnetcanada.ca Redirect / http://www.hepnetcanada.ca:8080/hc </VirtualHost>
Any help would be appreciated.
Thanks,
Jan
--- Jan (Wyvern) Van Uytven Sysadmin, UVic TRIUMF wyvern@uvic.ca
Randomly selected from my quote-file:
"Whenever I watch TV and see those poor starving kids all over the world, I can't help but cry. I mean I'd love to be skinny like that, but not with all those flies and death and stuff." - Mariah Carey
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
g.lams@itcilo.org -
Jan Van Uytven