|
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?
How can I have that the visitors of my website always see my domain name only?
Use a frameset with cols and rows set to "100%".
Put the following code into the index.html file in your main folder (change the frame source address):
<html>
<frameset cols="100%" rows="100%">
<frame src="http://www.vretoolbar.com" />
</frameset>
</html>
How can I have that the visitors of my website always see my domain name only?
Host the site with someone who actually does host it as a domain, rather than a subfolder of their own domain.
How can I have that the visitors of my website always see my domain name only?
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.
How can I have that the visitors of my website always see my domain name only?
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.
How can I have that the visitors of my website always see my domain name only?
It is because the content is Script Based rather then HTML (this can be done in PHP, CGI, JavaScript, Or Several others)
|