PDA

View Full Version : How can I have that the visitors of my


Po5i
05-15-2007, 08:47 PM
website always see my domain name only? Instead of see www.mysite.com/blabla/index.php

An example is: http://www.ebogu.com/ this page everywhere I navigate, I only see in the address bar what I wrote.

Is there anything I have to do in the hosting or domain name control panel?

CrazyCarl
05-25-2007, 12:02 AM
It really depends on your web server's configuration, but most configurations are such that it if you name the file index.html it will load that by default if you don't type an explicit URL.

Bryan A
05-25-2007, 04:01 AM
They are using a frameset, which is part of their html code.

Framesets allow you split the page up into pieces, each showing its own page. While this can prevent people from seeing your actual filenames, it makes bookmarking difficult, which may deter some people.