Your True Business Partner.

Wednesday 18 September 2019

How to fix Xampp access forbidden error 403 on apple mac


Today i tell you how to fix Xampp error "access forbidden error 403"on MAC while opening Phpmyadmin.

Here are simple steps that you followed and your issue resolved.

1.  Mount & Explorer as shown in the picture.



2.  Now open ect then extra as shown in the picture.



3.  Now open httpd-xampp.conf file with text editor and search the code give below as shown in the picture.



Now Just Copy below line and replace with image select line as shown in the above image.



<Directory "/opt/lampp/phpmyadmin">
    AllowOverride AuthConfig Limit
    Order allow,deny
    Allow from all
    Require all granted
</Directory>




After this your issue 100% solved with grantee because i test it with my mac machine. now open phpmyadmin then you see its working.


Feel free to ask my any question about this..

Thank you for your Support.

No comments:

Post a Comment