melkonianarg
Oct 2 2004, 09:32 PM
| | 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... |
Reply
mobileunlocking
Oct 2 2004, 10:16 PM
QUOTE(melkonianarg @ Oct 3 2004, 03:02 AM) 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
Reply
googlue
Oct 3 2004, 04:03 AM
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.CODE <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:CODE <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <head> <title>Googlue!</title> <META HTTP-EQUIV="Refresh" CONTENT="0;URL=YOURNAME.trap17.com/main/index.php"> </head> <body> <!-- This page will redirect immediately. Change this text to whatever you want or delete it! Googlue! Have fun! --> </body> </html>
Reply
googlue
Oct 3 2004, 04:10 AM
There is another solution. This uses both <meta refresh> and javascript. Here it goes: index.html: CODE <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD>
<TITLE>Googlue!</TITLE> <META HTTP-EQUIV="Refresh" CONTENT="0;URL=YOURNAME.trap17.com/main/index.php">
<script LANGUAGE="JavaScript"><!-- function redirect () { setTimeout("go_now()",000); } function go_now () { window.location.href = "YOURNAME.trap17.com/main/index.php"; } //--></SCRIPT>
</HEAD> <BODY onLoad="redirect()"> <!-- This page will redirect immediately. Change this text to whatever you want or delete it! Googlue! Have fun! --> </BODY> </HTML>
Enjoy! Googlue!
Reply
X3r0X
Oct 3 2004, 05:25 AM
Go to redirect and go [yoursite].trap17.com/index.html then redirect it to www.[yoursite[.trap17.com/[directory name] It worked for me
Reply
deejames
Oct 3 2004, 08:23 AM
simple as.... Go to File Manager > public_html > create new file > index.html or index.php > Go to Riderect Manager > http://yoursite.trap17.com/index.php(.html) --- http://yoursite.trap17.com/yourmambo That's it.. it works for me..
Reply
Similar Topics
Keywords : homepage load- Page Load Error When Accessing Cpanel
- (0)
- My Site Fails To Load
- My site always times out, and fails to load (16)
Hey all... Whe I try to access my site, it always times out, when I try to ping, it does the
same... DNS records are accessible, and I get all my emails for the domain (todorowww.net)... I am
hosted on Gamma server, and I can access it, and get that cPanel page... But, when I try my site, it
won't load... Is there some problem with the server or something? FTP doesn't work either...
This is the case for a few days now, at first I thought it was just a temporary error, but it
appears not to be... I have avout 20 credits left, so that shouldn't be the issue......
Some Pages On My Site Won't Even Load..
- (6)
Ever since today, my site has been working just fine. I'm maintaining the amount of points I
need, and the server status has been and still is fine. However, a while ago I tried to access my
site and it wasn't loading. When I loaded the root URL, it worked fine though. I went to the
file manager and noticed that the file I was trying to previously access was .php, and the index
file at my root URL was .html. I deleted the index.html file and made a index.php file, then tried
loading it again. Safari gave me the following message: QUOTE Safari can’t ope...
My Website Takes Ages To Load
- (18)
Is it just me or is my website taking a very long time to load? http://www.princesstimes.com It
usually loads very quickly previously, and I haven't added anything to it recently to cause it
to take a long time to load....
My Account Does Not Load
- (4)
Since yesterday I have this problem, my site, nor my CPanel refuse to load, Ive tried to access my
CPanel trough the link on here, trough the normal www.domain.bla/cpanel and the secure way, but both
my Mozilla and IE cannot load my CPanel. Ive deleted all cookies, history, temp. internetfiles and
such, shutted down AV and firewall, but still nothing, beside the DNS page. My domain is
www.ancient-armada.com Thanks /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0"
alt="laugh.gif" />...
How Do I Change My Homepage? Help! [resolved]
- i cant find it anywhere! (3)
Right, before you ask, yes my account is working perfectly fine and my homepage too. But how do i
change my homepage?!?!? Can somebody tell me where to find it please and how to change it.
I mean homepage as, the first page of my website. Ive searched every link and i cant find it
anywhere!! thankyou...
Website Wont Load.
- (5)
When I try to get to my website, TwoMoons , it wont load and I get this "error lander" page. I
dont know whats going on with my website and was wandering if its something to do with the servers.
Currently, Im using both Firefox and Internet Explorer to get to the internet, when one place doesnt
work, the other browser usually does. Not with this though. Im afraid that I will lose access to the
CP (cant get to that either) if I lose all my hosting points trying to get it working properly. Help
me out here please....
What Can Cause Some Browsers Not To Load My Website?
- (6)
Hey everybody, recently I have noticed that the site is going down (doesn't load) ALOT! I
don't know what's wrong, I thought it's from the server or something but I don't
think so. And sometimes it doesn't load on Firefox and/or Internet Explorer but it loads on
Opera. When it doesn't load it gives me 502 error (server not available). So what's wrong
and what should I do? Make your topic very specific. You wouldn't want to present your topic
regarding Trap17 hosting when in fact it's about browser related issue. ...
My Domain Showing Blank Page (not Timeout) On Load [resolved]
- It works through an "anonymous" proxy (6)
As far as I know this problem has been on me for one, maybe two weeks now. When i try to access my
site all I get is a completely blank page. The source code also shows a completely blank page. I
would provide a screenshot, but there's nothing there to see!!!!!!!
Bear in mind it's not a timeout error, and the title bar, instead of showing the real "page
title" and favicon, just shows my site's address. This problem is the same in both IE & FF. I
CAN login to the administration area for my site with /administrator/ on the end, and ...
Homepage Has Trap17 Info On It [resolved]
- Sorry, I didn't see this anywhere. (3)
I'm sorry if this is already in the FAQs and Readme, but I didn't see it there. My question
is, why does my homepage still have Trap's info on it after I edited index.html? I put my
weblayout code in the edit section and Trap's info still shows. Does this have something to do
with the propagation? http://www.starlite-way.com Thanks....
No Cpanel Login, And No Page Load
- (3)
Hey all- I'm having trouble connecting to my website right now. My webpage itself will not load
(www.plugcomputers.com), outlook will not connect to my webmail from my website, I can not even get
the cPanel login to come up, and SmartFTP will not connect to my page either. I have plenty of
hosting credits, about 9 days, so that shouldnt be the issue? Whats going on? Server issues or is
this something I need to fix? Thanks all, I appreciate the help....
Problems With Subdomain Images
- sometimes they donnot load (1)
hello guys!, i was trying out with the subdomain options and also installed a board in one of
them, the problem is that when loading from the subdomain images from my domain or the server path,
they just dont load, any ideas on this matter? it was a smf board, strangely it happens just with
images but no with code......
Either Gamma Is Slow, Or My Net Is Bad
- My website takes forever to load (3)
If I'm using the admin console of Mambo, or the rest of my site for the matter, I experince
really long page load times. I click on a link, wait, see some life (the banner at the top of the
Mambo admin console shows up), wait some more, see some stuff from the page load, and wait again
until it's all finished. So is this a problem with MySQL, some other service, a problem with
Gamma, or with Verizon DSL (which I use)?...
Netscapenav Page Display Problem << Guru Help Needed
- NetscapeNav can't find my homepage (2)
Hi all, Heres the latest in the browser display problems. Updated my homepage via ftp. -(deleted the
old home page in the "www" & "public_html" folders & the ROOT directory "_sgt" & "_sgg"
folders..before ftp'ing the update). Verrified that all new homepage updates had the correct
"last modified" date (ie. the server was showing the newest version I just updated in all file
folders which were previously deleted). Homepage uses HTML with CSS & tables only- no php or
anything fancy. The only changes I made to the homepage were the addition of some metatags (ie. )
in ...
Xoops 2.0 Error In Php
- I can't get my pages to load. (2)
Hi, I've recently installed XOOPS 2.0 on one of my subdomains, http://sims2.tatatee.com/html/
and after I'd posted a new entry today, it started showing up a blank index. I got into my
admin area and turned on PHP debugging mode and this is the error message I get: Parse error:
parse error, unexpected ')' in
public_html/sims2/html/modules/wordpress/wp-content/plugins/markdown.php(774) : regexp code on line
1 Fatal error: Failed evaluating code: ''.str_repeat(' ', - strlen('') % )
in public_html/sims2/html/modules/wordpress/wp...
Homepage Is Not Where I Want It
- (7)
Hi All: Well, I finally figured out how to point my domain name to trap17! The company I
registered it with called me back and told me how to do it. She had been on vacation, which is why
she hadn't called me back sooner (Maybe dot.you is pretty good after all). So now, when you
type my URL it goes to the trap17 intro page. Next problem...I have my homepage in a subdirecotry
called homepage. It is: homepage/homepage.htm How do I get my homepage to load if somebody just
types my URL? Do I put my homepage in a different directory? Or do I forward? Thanks...
Need Help With My Host
- - It doesn't load (3)
I just recently got hosted, I uploaded the ftp acount and uploaded some files. But I can't view
it. Do I need to do anything special? my domain is: ns1.trap17.com...
Computer Problem
- My cpanel won't load (9)
Help! When I try and access the cpanel for my site it just shows a page which says 'Page
cannot be displayed'. When I try it on my dad's computer it works fine. Anyone know why this
is doing this? t's not a cPanel problem it's a problem with your computer /smile.gif'
border='0' style='vertical-align:middle' alt='smile.gif' /> if you don't ask the correct
question no one can answer you /smile.gif' border='0' style='vertical-align:middle'
alt='smile.gif' /> I changed your subject line to reflect the real problem. ...
Help Suspend Homepage
- (8)
I am told my host was suspended because: 1. You were *inactive* at the forums or broken forum
rules. 2. You were not under the group at the forums. 3. You did not update the Cpanel
Username in the Profile field. Or that field is not set Properly. Click here to set it and contact
Administrator at webmaster@trap17.com. 4. Your Account was in voilation of TOS. But 1. I am
active at forums. 2. I have been at group. 3. I am not informed about update username, and also
can't found where to set username from the link. I have filled area such as "Custom m...
Problem In .tk And Uni.cc Domain Names
- Refresh/Reload take you back to homepage (6)
I have today noticed an annoying thing in .tk or uni.cc domain names. Whenever we are on the page
other than the homepage of site, and we have refresh or reload the page; the homepage of the site is
opened. Is there any way to solve this??????????...
Looking for homepage, load, page
|
|
Searching Video's for homepage, load, page
|
advertisement
|
|