index file

Status
Not open for further replies.

madavis6

New Member
Messages
7
Reaction score
0
Points
0
Hi, I started a thread yesterday on this problem and I still do not have an answer yet.

Can you please ck into this ;)

It's showing the directory files rather then starting my index.html

thx

Mike
 

xweetok59

New Member
Messages
31
Reaction score
0
Points
0
Hmmmmm, really? Maybe u should make something that when you enter the site it automatilicy redirects u to there. Or, just give people your site + index.html at the end?
 

jtwhite

Community Advocate
Community Support
Messages
1,381
Reaction score
30
Points
0
You may need to insert this into your .htaccess file:

Code:
DirectoryIndex index.php index.html home.php home.html
 

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
1. Check whether the filename contains only lower-case letters. index.html
2. Check whether you have overriden the DirectoryIndex apache directive in your .htaccess file
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
Hi, I started a thread yesterday on this problem and I still do not have an answer yet.

Can you please ck into this ;)

It's showing the directory files rather then starting my index.html

thx

Mike

Your problem is that your index page is named Index.html instead of index.html

Change the name of your index page to all lower case and you'll be fine.
 

m0nk3y420

New Member
Messages
3
Reaction score
0
Points
0
You may need to insert this into your .htaccess file:

Code:
DirectoryIndex index.php index.html home.php home.html

which section of .htaccess do you add that line to?
i'm having the same problem , and i'd rather avoid making a redirect for it.
 

jtwhite

Community Advocate
Community Support
Messages
1,381
Reaction score
30
Points
0
which section of .htaccess do you add that line to?
i'm having the same problem , and i'd rather avoid making a redirect for it.

No particular section, it can be any where as far as I know.
 
Status
Not open for further replies.
Top