New xampp security concept: Access Forbidden Error 403 - Windows - phpMyAdmin

ขั้นตอน config XAMPP ให้สามารถเข้าถึงจากเครื่องอื่นได้
Access forbidden!

New XAMPP security concept:

Access to the requested directory is only available from the local network.

This setting can be configured in the file "httpd-xampp.conf".

Alias /phpmyadmin "/xampp/phpMyAdmin/"
<Directory "/xampp/phpMyAdmin">
AllowOverride AuthConfig Limit
Order allow,deny
Require all granted
Allow from all
</Directory>

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

วิธีทำ Virtual Host บน XAMPP ในระบบปฏิบัติการ Windows

Virtual Host คืออะไร ? Virtual Host คือ การทำให้ Server...

Configuring Virtual Hosts on Xampp – How to Run Multiple Domains

1. add : httpd-vhosts.conf C:\xampp\apache\conf\extra\httpd-vhosts.conf <VirtualHost...

Changing the maximum upload size in php.ini

Error text: file_name" has failed to upload due to an error - This file exceeds the maximum...

วิธีติดตั้ง SSL Certificate บน XAMPP Web Server

ขั้นตอนการติดตั้ง SSL Certificate เตรียมไฟล์ดังต่อไปนี้ให้พร้อม 1.certificate file - server.crt...