2017年4月20日 星期四

Unable to access phpmyadmin

if unable to access localhost/phpmyadmin, check:

1. browser proxy is bypassed for localhost, 127.0.0.1

2. xamppfiles/etc/extra/httpd-xampp.conf, add

<Directory "/Applications/XAMPP/xamppfiles/phpmyadmin">
    AllowOverride AuthConfig Limit
    Require local
    Require ip 127.0.0.1
    #Require all granted
    ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>

沒有留言:

張貼留言