I installed Cent OS 6.5 and I added Apache and PHP.
If I put some file in /var/www/html/
I can view them in my browser. The problem is, if I put a directory there and some files in the directory, I can't browse them and I get Forbidden
error.
I don't want to use .htaccess due to performance and security concerns. How can I configure httpd.conf in order to fix the Forbidden
error?