01/10/2018, 22:32
Fix error xamp 403 Forbidden
Fix error xamp 403 Forbidden Tháng Ba 14, 2015 nguyenvanquan7826 LT PHP Leave a response Sau khi cài Xampp trên Ubuntu, tôi khởi động lại máy tính và bị lỗi này 403 Forbidden You don’t have permission to access / on ...
Fix error xamp 403 Forbidden
Sau khi cài Xampp trên Ubuntu, tôi khởi động lại máy tính và bị lỗi này
403 Forbidden
You don’t have permission to access / on this server.
Apache/2.4.10 (Ubuntu) Server at localhost Port 80
Khắc phục bằng lệnh sau
sudo /etc/init.d/apache2 stop sudo /etc/init.d/mysql stop sudo /etc/init.d/proftpd stop sudo /opt/lampp/lampp start