Allow phpmyadmin acces for all ip

by satheeshkumar 2014-07-04 14:54:19

Access Forbidden issue while accessing phpmyadmin from other ip's,



Solution : 

 
-> open terminal.
-> login as root
-> go to /opt/lampp/etc/extra
-> open httpd-xampp.conf file.

Now insert the following code at the end of the file,

<LocationMatch "^/(?iSad
?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
 AllowOverride AuthConfig Limit
    Require all granted

#        Require local
#Require  all
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
1206
like
0
dislike
0
mail
flag

You must LOGIN to add comments