PDA

View Full Version : Webpage in browser?


james_osw
12-26-03, 12:14 AM
If I type my URL in the browser the site doesn't come up. If I type the index.html extension, however, it does. What can I do to let it come up without the extension?

tbonekkt
12-26-03, 12:16 AM
It should....what do you have in your .htaccess file?

PowWeb serves default pages in this order:

index.htm
index.html
index.shtml
index.shtm
index.php
index.php3
default.htm

What's your domain?

james_osw
12-26-03, 12:20 AM
it's index.html

Domain: www.ultrapopmix.com

Croc Hunter
12-26-03, 12:21 AM
In IE Goto> Tools> Internet Options> Advanced> Under - search from the address bar> tick - just go to most likely site.

james_osw
12-26-03, 12:24 AM
Did that, it is ticked. It's not just my computer, have tried at 2 other as well.

tbonekkt
12-26-03, 12:27 AM
You need to delete the index.htm file in your htdocs directory:

http://www.ultrapopmix.com/index.html <-- what you want

http://www.ultrapopmix.com/index.htm & http://www.ultrapopmix.com <-- What you have now

If you delete the index.htm file, you will get the index.html by default when you go to http://www.ultrapopmix.com

Croc Hunter
12-26-03, 12:27 AM
chmod index.html and htdocs to 755.

james_osw
12-26-03, 12:39 AM
Thanks - it makes sense. Don't know how the .htm page got there, but it's fixed now.

tbonekkt
12-26-03, 12:39 AM
Originally posted by james_osw
Thanks - it makes sense. Don't know how the .htm page got there, but it's fixed now. Glad to hear it! :)