Fix error xamp 403 Forbidden
After install XAMPP on Ubuntu, I restarted the computer and this error
403 Forbidden
You don’t have permission to access / on this server.
Apache/2.4.10 (Ubuntu) Server at localhost Port 80
Overcome by the following command
sudo /etc/init.d/apache2 stop sudo /etc/init.d/mysql stop sudo /etc/init.d/proftpd stop sudo /opt/lampp/lampp start
Recent Comments