wamp server not work but server is online my wamp server 2.4
Step1
1.Quit your skype and then again restart your wamp
Problem Not solved
?
Follow
step 2
Solution for MSVCR100.dll is missing when WAMP server install
This MSVCR100.dll is missing when WAMP
server install problem
mostly happen when you install new ‘Operating system’. It’s a general problem
but its soved easily follow the next
steps
Step 1.
That MSVCR100.dll file is one part of Microsoft Visual C++. IF this
component is missing means, ‘Apache Server’ won’t run. So, download following
exe file and just install that. It’s enough for MSVCR100.dll is missing when WAMP
server install problem.
For Windows 32 bit OS:
Microsoft
Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
Here just select your Language and click ‘Download’ Button. You will get ‘vcredist_x86.exe’ file. Just Download that file and install as usual( double click ).
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
Here just select your Language and click ‘Download’ Button. You will get ‘vcredist_x86.exe’ file. Just Download that file and install as usual( double click ).
windows 64
Visual
C++ Redistributable for Visual Studio 2012 Update 4
Microsoft Visual C++ 2008 Redistributable Package (x64)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
Microsoft Visual C++ 2008 Redistributable Package (x64)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
restart PC and check
If the problem is not solved yet the
follow step 3
Stp3
3 changeWampServer port
Sometimes wamp server
WampServer is a Windows web development environment. It allows you to createweb applications with Apache2, PHP and a MySQL database. This post
basically explain how to change WampServer Port. The reason we need to changeWampServer port to avoid the
same port used for IIS (Internet Information Services) or
Xampp which results in failure of installation or running the application
perfectly.
Here is steps taken to
change the port for WampServer
1. After installation, left click the wamp icon
2. Go to “apache” and choose “httpd.conf”
3. Find the word “Listen 80″
4. Replace with “Listen 8080″.
Take note that 8080 is an example of port number. Feel free to
pick any number to be the port number for WampServer.
5. Save the file and restart the application
6. Use http://localhost:8080 to access the WampServer
Thank You