sounds like you have a frame in that page which does the forwarding. there is no way (that I know of) to get the other frame reload to right page with frames...
you should use apache mod_rewrite for this
Domain WWW forwarding and problems
-
swgreed
Re: Domain WWW forwarding and problems
you can try this by escaping the frameset
put this in your body tag:
where 3.html is the name of the start page you want to call...
put this in your body tag:
Code: Select all
onload="top.location.href='3.html';"
