Jump to content
xisto Community
Sign in to follow this  
melkonianarg

Concerning homepage How to load certain page

Recommended Posts

This is probably a really stupid questoin but here it goes:how do you make an installed script at YOURNAME.trap17.com/main become your homepage at YOURNAME.trap17.com so that that page just loads automatically? The installed script in question is MAMBO.Please help...

Share this post


Link to post
Share on other sites

This is probably a really stupid questoin but here it goes:
how do you make an installed script  at YOURNAME.trap17.com/main become your homepage at YOURNAME.trap17.com so that that page just loads automatically? The installed script in question is MAMBO.

Please help...

ok what you have to do is to open the folder puplic_html then make a file called index.html or index.php and then type in all the html you want onto your site.

if you need help with html then go on google and search webmonkey and press the 1st 1.

Mick

Share this post


Link to post
Share on other sites

I think what melkonianarg is asking is different. He wants YOURNAME.trap17.com to open YOURNAME.trap17.com/main/index.php instead...

 

Is that so melkonianarg?

 

Well, here it goes:

 

You have to use META REDIRECT tag.

 

<META HTTP-EQUIV="Refresh" CONTENT="1;URL=YOURNAME.trap17.com/main/index.php">

this redirects to the destination page after 1 second. You can change the time to 0 seconds also, when it will be instantaneous.

 

Make a blank html file and name it index,html and place it in the public_html directory of your site. Insert the above code after proper modification and next, when you open your site it will open directly at your index.php of mambo!

 

Full example of index.html:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">[br][/br]<html>[br]<head>[/br]<title>Googlue!</title>[br]<META HTTP-EQUIV="Refresh" CONTENT="0;URL=YOURNAME.trap17.com/main/index.php">[/br]</head>[br]<body>[/br]<!-- This page will redirect immediately. Change this text to whatever you want or delete it! Googlue! Have fun! -->[br]</body>[/br]</html>

Share this post


Link to post
Share on other sites

There is another solution. This uses both <meta refresh> and javascript.
Here it goes:

index.html:

[br]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">[/br]<HTML>[br]<HEAD>[/br][br]<TITLE>Googlue!</TITLE>[/br]<META HTTP-EQUIV="Refresh" CONTENT="0;URL=YOURNAME.trap17.com/main/index.php">[br][/br]<script LANGUAGE="JavaScript"><!--[br]function redirect () { setTimeout("go_now()",000); }[/br]function go_now ()   { window.location.href = "YOURNAME.trap17.com/main/index.php"; }[br]//--></SCRIPT>[br][/br]</HEAD>[/br]<BODY onLoad="redirect()">[br]<!-- This page will redirect immediately. Change this text to whatever you want or delete it! Googlue! Have fun! -->[/br]</BODY>[br]</HTML>

Enjoy![/br]Googlue!

Share this post


Link to post
Share on other sites

simple as.... Go to File Manager > public_html > create new file > index.html or index.php > Go to Riderect Manager > http://forums.xisto.com/no_longer_exists/(.html) --- http://forums.xisto.com/no_longer_exists/

That's it.. it works for me..

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.