The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> My mainpage, trying to redirect and to let it start automaticcaly but all of my eff
Silvarha
post Dec 23 2008, 06:07 AM
Post #1


Newbie
*

Group: Members
Posts: 12
Joined: 5-August 08
Member No.: 6,340



So here i am again with a stupid noob question:

I've made a list of documents in frame (i know, i know you guys hate it, but thats not the point)

I uploaded them on my server (telenet) and if i visit my site, my browser just gives me a list of my documents and i have to start the Index.html file manually. So...How to get it started automatically?

Hope you guys can help tongue.gif

thnx in advance

PS: I might not be so clear, so ask me if you need more information about my issue
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 23 2008, 06:11 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



See if renaming Index.html to index.html helps.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Silvarha
post Dec 24 2008, 04:27 AM
Post #3


Newbie
*

Group: Members
Posts: 12
Joined: 5-August 08
Member No.: 6,340



huh I thought latest HTMl wasnt uppercase sensitive?

Silv
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 24 2008, 04:50 AM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



HTML isn't. Servers, and thusly URLs, may be.

This isn't a HTML isssue. The server is configured to show certain files as "index files". They follow a list. It could look something like this: "index.php, index.shtml, index.html, index.htm", but you can basically put whatever you want in the list. Assuming the list looks like in my example, the server first looks for index.php. If the file exists the server grabs it, otherwise it moves on to look for the next file on the list. If the server is case sensitive (most are since they are Linux based) and Index.html isn't on the list...
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 24 2008, 05:11 AM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Forgot to ask if you tried and if it worked.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Dec 24 2008, 02:57 PM
Post #6


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE
huh I thought latest HTMl wasnt uppercase sensitive?
QUOTE
HTML isn't. Servers, and thusly URLs, may be.
Technically, URLs are always case-sensitive, except for the server name. Some servers may deliver the same content for both foo.html and FOO.HTML, but they are still different URLs and the browser (and any proxies between the browser and the server) must treat them as different URLs.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 24 2008, 03:26 PM
Post #7


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Ah. So even if the server isn't case sensitive (or handles this in another way) and I get to page.html when I type PAGE.HTML, a cached copy wouldn't be used if it was cached when I used the opposite case?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Dec 24 2008, 03:33 PM
Post #8


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Yep. And FWIW, the same thing happens when a server sends the same documents from www.example.com as it does for example.com (without the www).
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 24 2008, 03:41 PM
Post #9


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Yeah, but that's more obvious unless you think the www is part of the protocol.

I'm beginning to faintly recall I may have heard this before, but that's probably deja vu. Thanks for telling me. smile.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 23rd April 2024 - 01:09 AM