Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

QFace

macrumors regular
Original poster
Oct 19, 2003
100
16
Calgary, AB
Hey everybody...
I'm making a webpage for a club at my university, I'm almost done, and ALMOST everything is working

BUT...
I am having some issues. They relate to web hosting and DNS. My website is hosted by 100 megs, and the domain was obtained via GoDaddy. For some reason, whenever my website: www.ucbmunc.org is loaded, none of the titles for the pages will load. Instead, the url is displayed at the top. Also, none of my meta information that is in my index htm file is being read by google, so that is messing up search options.
This DNS stuff and whatnot is just so confusing! Thanks for helping!
 

edesignuk

Moderator emeritus
Mar 25, 2002
19,232
2
London, England
Your default page has no title tags, or meta information :confused:
Code:
<html>
<head>
</head>
<frameset rows="100%" columns="100%">
<frame src="top.html">

</frameset>
</html>
 

QFace

macrumors regular
Original poster
Oct 19, 2003
100
16
Calgary, AB
This will sound stupid...
I have no idea how to edit my default page.
I assumed index.html was my default page, but I can't find any file in my public_html folder that has the code you just quoted (although when I view the code in a browser, I see the same code you see, edesignuk). I tried to stay away from frames, but for some reason my site has frames. Is this some weird thing that GoDaddy did?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.