Domain WWW forwarding and problems

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Domain WWW forwarding and problems

Post by tsw »

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
swgreed

Re: Domain WWW forwarding and problems

Post by swgreed »

you can try this by escaping the frameset
put this in your body tag:

Code: Select all

onload="top.location.href='3.html';"
where 3.html is the name of the start page you want to call...
Post Reply

Return to “CMSMS Core”