# A webpage question

**URL:** https://boards.straightdope.com/t/a-webpage-question/333036
**Category:** Factual Questions
**Created:** [November 28, 2005, 7:53am UTC](https://boards.straightdope.com/t/a-webpage-question/333036 "2005-11-28T07:53:40Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Declan](https://avatars.discourse-cdn.com/v4/letter/d/ecae2f/32.png) [@Declan](https://boards.straightdope.com/u/Declan)
#### Post date: [November 28, 2005, 7:53am UTC](https://boards.straightdope.com/t/a-webpage-question/333036/1 "2005-11-28T07:53:40Z")

</div>

How is the path hidden after the domain name.

Example

what I want is www dot MySite dot com . but what I am getting is www dot mysite dot com/ folder where the cms software resides.

Normally it was an index file in public html, but I am not sure about a php content management software.

Any help would be appreciated

Declan

---

<div class="post-metadata">

### Author: ![pekoeb](https://avatars.discourse-cdn.com/v4/letter/p/d6d6ee/32.png) [@pekoeb](https://boards.straightdope.com/u/pekoeb)
#### Post date: [November 28, 2005, 10:44am UTC](https://boards.straightdope.com/t/a-webpage-question/333036/2 "2005-11-28T10:44:47Z")

</div>

What do you mean by “hidden”?

Check the path that your web server is using. Also, you should be able to set the defualt document that gets served if none is specified…(which isn’t always index.html)…

C:\Inetpub\wwwroot\cms\images \<might equal\> http://www.yoursite.com/images

---

<div class="post-metadata">

### Author: ![Caught\_Work](https://avatars.discourse-cdn.com/v4/letter/c/919ad9/32.png) [@Caught\_Work](https://boards.straightdope.com/u/Caught_Work)
#### Post date: [November 28, 2005, 11:20am UTC](https://boards.straightdope.com/t/a-webpage-question/333036/3 "2005-11-28T11:20:03Z")

</div>

If you want ONLY the domain name to show up and NEVER and subdirectory or folder, then you will need to use a frameset.

Everything subordinate to the man page needs to be shoved into a frame.

Then ONLY your domain name will ever show up as the frame names are never seen.

Of course this means NO-ONE can EVER bookmark anything apart from your home page. Quite annoying really.

---

<div class="post-metadata">

### Author: ![CookingWithGas](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/cookingwithgas/32/485_2.png) [@CookingWithGas](https://boards.straightdope.com/u/CookingWithGas)
#### Post date: [November 28, 2005, 3:05pm UTC](https://boards.straightdope.com/t/a-webpage-question/333036/4 "2005-11-28T15:05:15Z")

</div>

Sorry, other posters seem to get what you are doing but I don’t. Are you trying to figure out how to do something with your own web site, or figure out why some site you are accessing is behaving differently than you expect?

If the latter, it is very common that when you type

www dot MySite dot com

you get a main page that does a redirect to another file. I am not at all familiar with CMS so not sure how that may or may not play into it.
