Q&A for How to Install XAMPP for Windows

Return to Full Article

Search
Add New Question
  • Question
    How can you change UAC settings?
    Community Answer
    User Account Control (UAC) provides security against unauthorized changes in your computer in order to prevent changes from being made maliciously. Simply type Msconfig in the Run window -- you should see appear the system configuration. In it, select the Tools tab; select Change UAC Settings and hit Launch. Then drag the bar down that would prevent the writing restriction. Save the settings and you are ready to go; or you can type "C:\WINDOWS\System32\UserAccountControlSettings.exe" to directly jump into UAC settings from the CMD.
  • Question
    I have installed XAMPP successfully, but the Apache server does not run. Where can I find additional help?
    Community Answer
    Make sure your ports are port forwarded or your firewall may block it. If you need additional help, you can go to the Apache Friends support forums.
  • Question
    How do I save the PHP and HTML files on XAMPP?
    Community Answer
    Depending on where you have installed the XAMPP, you will need to look through the XAMPP Directory and look for the folder 'htdocs' (e.g. 'C:\xampp\htdocs'). Create a folder inside 'htdocs' (e.g. chosenOne). When running your servers (Apache and MySQL) on your browser (Firefox, Chrome, etc.), type : localhost/chosenOne. This should run the pages. Save any PHP and HTML files inside 'htdocs' under XAMPP.
  • Question
    What do I do if I install XAMPP, but I can't open and run it?
    Community Answer
    Right click the XAMPP application, select "run as administrator", and it should open the application.
  • Question
    Can 64-bit architecture handle 32-bit XAMMP?
    Community Answer
    Yes.
  • Question
    How much time does it take to complete the setup?
    Community Answer
    It will probably take between 20 and 30 minutes.
  • Question
    Is it possible to install XAMPP in Jdk installed system?
    Community Answer
    Yes. To run tomcat server, you need Jdk.
  • Question
    How do I run a local host after installing XAMPP? It isn't working for me.
    Community Answer
    You have to start the services by click on START (Apache, MySQL, FileZilla) from the XAMPP control panel. It will work then.
Ask a Question

      Return to Full Article