Hi,
I agree that probably a DNS or .htaccess redirect would probably be
the preferred way, but if that is not an option you can try something
like...
In server side scripting (like PHP - index.php)
header("Location:
http://www.domain.com/");
As Javascript (html - index.html)
top.location='
http://www.domain.com/';
or
top.location.href='
http://www.domain.com/';
As a Meta Redirect (html - index.html)
<meta http-equiv="refresh" content="0;url=
http://www.domain.com">
FYI - Javascript and Meta refresh can be disabled in browsers. In this
case I would also include a text link on the page.
Hope that helps :-)
Cheers!
Vision Jinx
On Oct 22, 11:31 pm, jimbly <
goo...@jimbly.net> wrote:
> Hi,
>
> We have a websitewww.mysite.org.auand within that a page
> will redirect
towww.mysite.org.au\services\familiies\frc.htm