About 71 results
Open links in new tab
  1. https - Enabling SSL with XAMPP - Stack Overflow

    Found the answer. In the file xampp\apache\conf\extra\httpd-ssl.conf, under the comment SSL Virtual Host Context pages on port 443 meaning https is looked up under different document root. Simply …

  2. XAMPP localhost redirects to localhost/dashboard - Stack Overflow

    Oct 23, 2015 · I've just installed xampp-win32-5.5.30 and in xampp control panel both Apache and mysql started without any error but I found: 1) localhost in my browser redirects to another page …

  3. how to configuring a xampp web server for different root directory

    The web directory is the home of all of your application's public and static files. Including images, stylesheets and JavaScript files. It is also where the front controllers live. So the question...

  4. how to access the command line for xampp on windows

    May 25, 2012 · I am running Xampp on my Windows 7 machine and was wondering if and how I could run commands for xampp via a command line. commands like php phpfile.php Any advice would be …

  5. Xampp control panel is not showing - Stack Overflow

    Oct 8, 2017 · My Xampp control panel is not showing in the desktop (Windows 10), but can only up the servers through the shortcut (minimized option in the task bar). As follows: I have close the …

  6. xampp - How to start Apache and MySQL automatically when …

    Apr 3, 2020 · If you want to auto start Apache and MySQL, click on config in XAMPP and check the Apache and XAMPP items (if unchecked) and save it. It will start it automatically.

  7. Upgrading PHP in XAMPP for Windows? - Stack Overflow

    I would like to know how you upgrade PHP in Xampp for Windows? I tried to download the latest PHP version from the main PHP site but when I check (phpinfo) I still get that the previous version is ...

  8. xampp - MySql stops unexpectedly - Stack Overflow

    Jul 3, 2019 · I have faced the same problem. I just followed the below steps Step 1: Moved (cut/paste) all the files in C:\xampp\mysql\data to desired backup location. Step 2: After that copied all the files …

  9. XAMPP - Port 80 in use by "Unable to open process" with PID 4! 12

    Dec 13, 2013 · 0 XAMPP - Port 80 in use by “Unable to open process” with PID 4! 12 run the comment in cmd tasklist and find which the PID and process name related to this now open window task …

  10. How to locate the php.ini file (xampp) - Stack Overflow

    Sep 11, 2016 · I am using xampp server for PHP development and want to edit the php.ini file; where can I locate it?