Log in

View Full Version : I just added a HTML Homepage to my site and i need help with something


David Lama
08-27-2007, 10:13 AM
you know how when you visit a website. lets say for instance this one right here. you know how at the top of your browser. all the way at the top on the left hand corner it says.

for example. i am using mozilla

at the top it says.. vbulletin.org Forum - Post New Thread - Mozilla Firefox

well. i have a problem. i added my homepage but it doesnt say my site name at the top. it does say it at mysite/forums but not at the top of my homepage. is there a way in which i can fix that and make it say it?

could it be because in my htaccess im redirecting to mysite/Index.htm ?? if so then whats the proper way to redirect to a html homepage

p.s. by html homepage i mean i added a webpage as my homepage

SDB
08-27-2007, 11:24 AM
add the html tag :

<title>Name of your site</title>

within the <head> tag

:)

David Lama
08-27-2007, 11:26 AM
yea i had just found out how to do it.. thanks for the answer though.