I've installed phpmyadmin from remi repo on my Nginx server on Centos 6.x and then I linked "/usr/share/phpMyAdmin" to "/var/www/phpmyadmin". Main website is located on "/var/www/example_domain". now I see 403 forbidden when I open "http://example_domain/phpmyadmin". I only add this to server block:
location /phpmyadmin {
alias /usr/share/phpMyAdmin/;
}
linking "/usr/share/phpMyAdmin" to "/var/www/example_domain/phpmyadmin" didn't work either. Please help me to fix this problem. Thanks