I am very new to Linux and feel bad because all my failures trying to fix it… I use Ubuntu 15.10 and I’ve installed a LAMP installment manually via terminal … I basically includes everything my WAMP installation includes on Win10…
When I navigate with the browser to localhost I land at the Apache2 welcome screen, but when I navigate to localhost\phpmyadmin as I always did with WAMP, I get this:
Since I’m very new to Ubuntu I don’t know if there is any data chart I should attach (will glad to do so in an edit) but in any case, these are the steps I followed when I installed LAMP on my Ubuntu 15.10:
You should also note if you manually install PHPMyAdmin, you have to create a symbolic link and put it in /var/www. If you don’t do this, you will still see the 404 error page.
A friend showed me how to do so and I wrote in the desktop but mistakenly deleted the file with the explanation … Can you please explain how you would do so? BTW I later discovered my server root is /var/www/html/
Yes, in Linux or Ubuntu (in general), your web development area is always located in /var/www/html/. With Windows, you specify your location. In XAMPP, it’s default in /::xampp_folder::/htdocs/, but you can actually change the location to point to whatever you want. I’m not sure about WAMP or MAMP. I don’t use either. I only use XAMPP because I use the portable version so I can carry my work with me when ever I’m not home.