Topic awaiting preservation: The Server's Fault? (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: College Station, TX |
posted 10-16-2003 21:35
To get the website I am working on to appear based on its domain name, I've had to rename "index.html" to "default.html" and the address line in the browser displays "index.asp" no matter which page within the site you are viewing. It will also not display the title's of the pages. |
Bipolar (III) Inmate From: Loughborough, Leics. UK |
posted 10-16-2003 22:04
Sounds like some server setting which need adjuting to me, depends what server you're running (if you're running it yourself) |
Bipolar (III) Inmate From: College Station, TX |
posted 10-17-2003 00:22
I'm gonna bump this a bit as it is rather urgent. I realize the information given may be inadaquate, but it is all I know as of now. If so, please tell what I need to find out. |
Maniac (V) Mad Scientist From: :morF |
posted 10-17-2003 00:34
OK...the fact that it uses default.html instead of index.html is part of the server's config (I'm going to assume it's an Apache server here. If you're using IIS I may be forced to kill you). You'll find the setting in the httpd.conf file, and the line you're looking for (if you have access to the file) is DirectoryIndex, where you'll find a sequential order of the page names and extensions it will accept as pre-written directory indexes. For example I have index.html and index.php in mine. |
Bipolar (III) Inmate From: College Station, TX |
posted 10-17-2003 04:11
Ok, I can understand that. I can even almost accept it. (I have no control over the server.) But, I can't really allow my pages to be gimped. Nor do I understand WHY it is happening. Guess it's time to figure out who DOES control the server. |