Quote:
Originally Posted by madmucho
For joomla sites i use this Apache Directive and they works ok.
Code:
<Directory /var/www/webxx/web/>
Options +Includes +FollowSymlinks -Indexes
AllowOverride All
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
Your enviroment works ok and now you have this problem? Or this problem is after ISPConfig installation?
|
Thank you! BUT I have new question:
Is necessary to make similar changes in remaining sections in httpd.conf such as <Directory /var/www/*/user/*/web> and <Directory /var/www/*/cgi-bin>?