Example : How to solve/fix missing MSVCR 110.dll file in Windows 10 to run Php/Wamp server/Xampp application successfully.
Method1 : Download the 'Visual C++ Redistributable for Visual Studio 2012 Update 4' package and run it. This will replace/restore the msvcr110.dll with the most recent copy provided by Microsoft.

-----------------  OR  ------------------

Method2 : Copy the 'msvcr110.dll' file from the 'C:\Windows\System32' folder and paste it into 'C:\Windows\SysWOW64'.
Example : How to solve/fix missing VCRUNTIME 140.dll file to run Php/Wamp server/Xampp application successfully.
Step1 : The simplest and easy method is to Download 'VCRUNTIME 140.DLL' file first by searching in Google - copy this .dll file.
Step2 : open 'This PC' of computer - open 'C drive' - open 'Windows' folder - open 'System32' folder - paste the copied dll file here - problem solved/fixed.
Example : How to change the PORT NO. of Apache web server in Xampp/Wamp Server Application for PHP execution.
Step1 : Open Xampp Server application.

Step2 : Click on 'Start' button of Apache.

Step3 : Click on 'Config' button of Apache - Select and click 'Apache(httpd.conf)' - press CTRL+F to search (default port no.) 80 from appeared/opened notepad file - Replace 'Listen 80' with say new port no. 'Listen 8080' - Search 'Next' - Again Replace 'ServerName localhost:80' with say new port no. 'ServerName localhost:8080' - now Save the changes by pressing CTRL+S or File menu - Save option - close the opened notepad file - Now open the application with new modified port no. 8080 as 'localhost:8080' in the browser .

Loading


0 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.