0

When I don't give indexes option I all the time have forbidden message. When I give this option it works well, but I don't have starting page, but page with head: "index of" and below it there are links to files, which are in my directory.

Now, how to do, that I will have starting page? Without error.

One note: When I don't use Aliasing, the test Apache page working well (as starting page)

kspacja
  • 4,648
  • 11
  • 38
  • 41

1 Answers1

2

Try to add the following line in your "alias" config:

DirectoryIndex index.php index.html 
Bas van Dorst
  • 6,632
  • 3
  • 17
  • 12