Hi, I've just created a new website under ispconfig 2.2.17 but i can not access the directories i've created later ... I've got an error (forbidden) that i can see in the error log file : Code: Directory index forbidden by Options directive: /var/www/web27/web/my_rep/ What should i do to access this directory ? Thanx in advance.
It seems your configuration for that webfolder does not allow indexes... you will ahve to enable it in your virtual host or put a .htaccess into that folder in order to enable it.
This indicates that apache is configured to not list all the files that are in this directory. You can still use this directory by placing an index file in it.
I try to put this in the virtual host configuration but it still does not "work" : <Directory /var/www/web27/web/> Options Indexes Includes </Directory> Any idea ?? [UPDATE] : sorry, it works !!!