# general website building help - possibly using hostpapa

**URL:** https://boards.straightdope.com/t/general-website-building-help-possibly-using-hostpapa/481791
**Category:** Factual Questions
**Created:** [January 17, 2009, 11:06pm UTC](https://boards.straightdope.com/t/general-website-building-help-possibly-using-hostpapa/481791 "2009-01-17T23:06:50Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Yzingerr](https://avatars.discourse-cdn.com/v4/letter/y/f17d59/32.png) [@Yzingerr](https://boards.straightdope.com/u/Yzingerr)
#### Post date: [January 17, 2009, 11:06pm UTC](https://boards.straightdope.com/t/general-website-building-help-possibly-using-hostpapa/481791/1 "2009-01-17T23:06:50Z")

</div>

I can use the basics of frontpage and dreamweaver.  
I am usuing [www.hostpapa.com](http://www.hostpapa.com) as a host.  
I have pages built from dreamweaver.  
How do i upload the dreamweaver webpage i created so that it is the homepage on the site?  
When I click on the webpage it shows the uploaded webpage i created along with other indexes.  
I have to click on the webpage link to display it… and its not the homepage.

The homepage shows:  
Index of /  
mydomainname.com.htm (my frontpage page)  
White plate.jpg (the picture for it)  
contact/  
images/  
photos/  
postinfo.html  
Apache/2.2.9 (Unix) mod\_ssl/2.2.9 OpenSSL/0.9.8b mod\_auth\_passthrough/2.1 mod\_bwlimited/1.4 FrontPage/5.0.2.2635 Server at [www.mydomainname.com](http://www.mydomainname.com) Port 80

HELP! Thanks a bunch for any help!

---

<div class="post-metadata">

### Author: ![Reply](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/reply/32/15952_2.png) [@Reply](https://boards.straightdope.com/u/Reply)
#### Post date: [January 17, 2009, 11:28pm UTC](https://boards.straightdope.com/t/general-website-building-help-possibly-using-hostpapa/481791/2 "2009-01-17T23:28:19Z")

</div>

It’s been a long time since I’ve used Frontpage, but I think this is what the “Publishing” feature does.

---

<div class="post-metadata">

### Author: ![Duckster](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/duckster/32/1244_2.png) [@Duckster](https://boards.straightdope.com/u/Duckster)
#### Post date: [January 17, 2009, 11:46pm UTC](https://boards.straightdope.com/t/general-website-building-help-possibly-using-hostpapa/481791/3 "2009-01-17T23:46:36Z")

</div>

Your home page has to be named so that the server recognizes it as the default home page. Rename your home page to index.html

Dreamweaver has its own FTP function so you can upload/download files.

Don’t mix FP-generated and DW-generated web pages on the same site. FP doesn’t play well.

---

<div class="post-metadata">

### Author: ![Yzingerr](https://avatars.discourse-cdn.com/v4/letter/y/f17d59/32.png) [@Yzingerr](https://boards.straightdope.com/u/Yzingerr)
#### Post date: [January 17, 2009, 11:49pm UTC](https://boards.straightdope.com/t/general-website-building-help-possibly-using-hostpapa/481791/4 "2009-01-17T23:49:39Z")

</div>

> [@Duckster](#):
>
> Your home page has to be named so that the server recognizes it as the default home page. Rename your home page to index.html
> 
> Dreamweaver has its own FTP function so you can upload/download files.
> 
> Don’t mix FP-generated and DW-generated web pages on the same site. FP doesn’t play well.

I will rename it,  
thanks for the info about not mixing… i never thought of that! :smack:

---

<div class="post-metadata">

### Author: ![hobscrk777](https://avatars.discourse-cdn.com/v4/letter/h/a6a055/32.png) [@hobscrk777](https://boards.straightdope.com/u/hobscrk777)
#### Post date: [January 17, 2009, 11:50pm UTC](https://boards.straightdope.com/t/general-website-building-help-possibly-using-hostpapa/481791/5 "2009-01-17T23:50:03Z")

</div>

I’m not sure I completely understood your OP, but you might need to name your home page “index.html”

---

<div class="post-metadata">

### Author: ![Yzingerr](https://avatars.discourse-cdn.com/v4/letter/y/f17d59/32.png) [@Yzingerr](https://boards.straightdope.com/u/Yzingerr)
#### Post date: [January 18, 2009, 6:55pm UTC](https://boards.straightdope.com/t/general-website-building-help-possibly-using-hostpapa/481791/6 "2009-01-18T18:55:41Z")

</div>

success, thanks!

Ok Next question is:  
**How do i make the links i created on the homepage go directly where they need to go?**  
i.e. I have a “contact tab” on the homepage, but when clicked it goes to the:  
\*Index of /contact  
Parent Directory  
Contact.htm  
cgi-bin/  
images/ \*  
If you click \*contact.htm \*then it will go to the "contact page i created.  
Im sure it is as simple as renaming too!?!  
Thanks again guys!

---

<div class="post-metadata">

### Author: ![GuanoLad](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/guanolad/32/42_2.png) [@GuanoLad](https://boards.straightdope.com/u/GuanoLad)
#### Post date: [January 19, 2009, 4:36am UTC](https://boards.straightdope.com/t/general-website-building-help-possibly-using-hostpapa/481791/7 "2009-01-19T04:36:41Z")

</div>

The links have to go to the exactly named page. An anchor, or link, has two elements - the text that is clicked on: “contact page”, and the name of the page file itself: “contact.html”.

Make sure they’re both done and spelled correctly:

\<a href=“contact.html”\>contact page\</a\>

---

<div class="post-metadata">

### Author: ![Q.E.D](https://avatars.discourse-cdn.com/v4/letter/q/51bf81/32.png) [@Q.E.D](https://boards.straightdope.com/u/Q.E.D)
#### Post date: [January 19, 2009, 4:45am UTC](https://boards.straightdope.com/t/general-website-building-help-possibly-using-hostpapa/481791/8 "2009-01-19T04:45:21Z")

</div>

Huh. [Deja vu](http://boards.straightdope.com/sdmb/showthread.php?t=502381).

---

<div class="post-metadata">

### Author: ![Yzingerr](https://avatars.discourse-cdn.com/v4/letter/y/f17d59/32.png) [@Yzingerr](https://boards.straightdope.com/u/Yzingerr)
#### Post date: [January 19, 2009, 5:27am UTC](https://boards.straightdope.com/t/general-website-building-help-possibly-using-hostpapa/481791/9 "2009-01-19T05:27:34Z")

</div>

Ok, thanks guys!
