Apache Error: Directory index forbidden by Options directive: /usr/share/phpMyAdmin/
Solution:
1. Edit the /etc/httpd/conf/httpd.conf file.
2. Add index.php in the following line.
DirectoryIndex index.html index.html.var index.php
3. Restart Apache.
service httpd restart
No comments