What Kind of Reality Check Do I Need Quiz
Q&A for How to Install XAMPP for Windows
Coming soon
Search
-
QuestionHow can you change UAC settings?Community AnswerUser 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.
-
QuestionI have installed XAMPP successfully, but the Apache server does not run. Where can I find additional help?Community AnswerMake 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.
-
QuestionHow do I save the PHP and HTML files on XAMPP?Community AnswerDepending 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.
-
QuestionWhat do I do if I install XAMPP, but I can't open and run it?Community AnswerRight click the XAMPP application, select "run as administrator", and it should open the application.
-
QuestionCan 64-bit architecture handle 32-bit XAMMP?Community AnswerYes.
-
QuestionHow much time does it take to complete the setup?Community AnswerIt will probably take between 20 and 30 minutes.
-
QuestionIs it possible to install XAMPP in Jdk installed system?Community AnswerYes. To run tomcat server, you need Jdk.
-
QuestionHow do I run a local host after installing XAMPP? It isn't working for me.Community AnswerYou have to start the services by click on START (Apache, MySQL, FileZilla) from the XAMPP control panel. It will work then.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit