ozgurerdogan
Verified User
- Joined
- Apr 20, 2008
- Messages
- 343
I enabled in /etc/httpd/conf/extra/httpd-directories.conf
from
<Directory /home>
AllowOverride All
Options -MultiViews -Indexes +FollowSymLinks +IncludesNoExec +Includes
to
<Directory /home>
AllowOverride All
Options -MultiViews +Indexes +FollowSymLinks +IncludesNoExec +Includes
and restarted apache. But www.domain.com/folder still makes forbidden error. Single .htaccess file can list its content. But I want to make it at server level.
from
<Directory /home>
AllowOverride All
Options -MultiViews -Indexes +FollowSymLinks +IncludesNoExec +Includes
to
<Directory /home>
AllowOverride All
Options -MultiViews +Indexes +FollowSymLinks +IncludesNoExec +Includes
and restarted apache. But www.domain.com/folder still makes forbidden error. Single .htaccess file can list its content. But I want to make it at server level.