

How to view my XAMPP tests in the browser? If you are only creating in HTML, CSS JavaScript will have no major problem since browsers interpret these languages without major problem.īut if it is PHP is when the problem arises, you just have to make sure that the Apache and MariaDB services are running without problems. One of the most common errors is that they do not place the files inside the indicated folder, in the previous point the route was given, another that usually happens a lot to newbies is that they do not have the Apache or MariaDB daemon started. opt / lampp / htdocs How to see my web pages created in XAMPP? If you do not know where is the location where you should place your projects to carry out your tests or simply place your web pages and be able to view them from the browser the route is as follows: You just have to look for his manager in your application menu.Īlso if you prefer you can run these services from the terminal, to do this you just have to run the following commands:įor, start XAMPP sudo /opt/lampp/lampp startįor, stop XAMPP sudo /opt/lampp/lampp stopįor, restart XAMPP sudo /opt/lampp/lampp restart Where is the XAMPP folder? In order to run all the services that make up XAMPP, you can do it by running its manager, with which we can start or stop the service daemons. If you require a custom installation, you will be the one to change the options offered by the installer to your convenience and need.Īt the end of the installer you will already have XAMPP installed on your system. where we will give next and accept everything, this if what you require is a regular installation.

When executing the installer, an installation wizard will open.

Note, at the moment the XAMPP version is 7.2.4-0 so the nomenclature may be different from the one you download, you just have to correct the command by naming the file that you downloaded. Then we will open a terminal and we will give execution permissions to the file that we download, we do it as follows. The first step we must take to be able to have XAMPP installed on our system is go to its official website and download the installer that they offer us for Linux in link is this. 2.4 Where is the php.ini file in XAMPP?.2.3 How to view my XAMPP tests in the browser?.2.2 How to see my web pages created in XAMPP?.
