English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how do I name my page in dreamweaver so it shows up correctly on the browser?

For example, I want the homepage to just show up as www.kate.com not www.kate.com/home_html

I need it so like any other website the main page is on www.kate.com and not the other way, how do I do this?

2007-08-18 10:35:22 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

yes I meant .html not _html.

But how someone said it has to be like that just linked to the site, I don't think that is true.

For example www.guess.com and www.migente.com, their homepage is that same address except a / is the only thing added to it. This is what I need

2007-08-18 10:50:20 · update #1

4 answers

The first answer is correct. If you go to just the website name without specifying a file, the server tries to find index.html or index.htm - if it finds it, it displays it. If not, it looks for index.php (if your server has php). However, you can change this by using a file called .htaccess

It would be easier to just rename your file index.html, though.

If you don't have an index.html or index.htm or index.php file on the site, then anyone going just to www.kate.com will get a list of all the files. And you definitely don't want that. It only encourages people to meddle.

2007-08-18 11:10:37 · answer #1 · answered by Anonymous · 1 0

Hi;
You can't change the name in the adress bar but you can simply put a title in dreamweaver to display the name as you wish. Or write what you want between the title tags in the html code...

2007-08-18 19:32:47 · answer #2 · answered by http://www.sarpcetin.com 1 · 0 0

It has to be like that, but if it is linked to kate.com, itll automatically redirect to kate.com/home_html, however why is it an underscore, it should be a .html

2007-08-18 17:39:39 · answer #3 · answered by Anonymous · 0 0

Your page needs to be named index.htm or index.html or index.php, etc

2007-08-18 17:38:42 · answer #4 · answered by mdigitale 7 · 1 0

fedest.com, questions and answers