Problem scenario:
Build an apache server in Alibaba Cloud and access the pages in the XAMPP directory normally.
The server can be accessed locally
Unable to access remotely:
Solution:
1. Open the httpd-xampp.conf file, the path is "/xampp/apache/conf/extra/httpd-xampp.conf"
2. Find it as shown in the figure:
3. Modify to:
4. Restart the server
and test again. The results are as shown in the figure:
Recommended related articles and tutorials: phpmyadmin tutorial
The above is the detailed content of External network access to phpmyadmin in xampp is denied. For more information, please follow other related articles on the PHP Chinese website!