Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
Такую ошибку выдаёт phpMyAdmin, при попытке открыть страницу. В /etc/httpd/conf/extra/httpd-phpmyadmin.conf:
Alias /phpmyadmin/ "/usr/share/webapps/phpMyAdmin/"
<Directory "/usr/share/webapps/phpMyAdmin">
AllowOverride All
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>
Ставил по ману отсюда: https://wiki.archlinux.org/index.php/PhpMyAdmin