The requested URL /dashboard was not found on this server

I have installed xampp-linux-x64-7.1.31-2. When I try to run sudo /opt/lampp/lampp start, the output is:

Starting XAMPP for Linux 7.1.31-2...
XAMPP: Starting Apache...fail.
XAMPP: Another web server is already running.
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...ok.

However when I navigate to localhost/dashboard the browser gives me a 404. I have also tried replacing localhost with 127.0.0.1. Nothing seems to work.

2

1 Answer

In my user's point of view, you must first run

sudo service mysql stop

in your issues and then run

sudo /opt/lampp/lampp restart

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like