Hello everybody, After some strugeling I installed ISPconfig and webmin. I have serveral site running and enterd client info. Now I have a domain, exemlp www.abc.com and I want to create a download dir, exempl www.abc.com/download. This was easy before with .htacces, but now I get the message below. I don't know how to make the directory listed. 403 Error- Forbidden! The following error occurred: You are not permitted to access the requested URL Please contact the Webmaster with any queries. powered by ISPConfig If I use a .htacces file I get a 500 Error How to make this work ? ? ? Thanks
You can put something like this in the Apache Directives field of that web site in ISPConfig: Code: <Directory /path/to/download> Options +Indexes </Directory>