Create virtual host on WAMP 3

Project Links do not work on Wamp Server!!!

In WampServer it is now recommended to create a Virtual Host for each of your projects, even if you hold them in a \wamp\www\subfolder structure. The WampServer home page ( \wamp\www\index.php ) now expects you to have created a Virtual Host for all your projects and will therefore work properly only if you do so.

How to create a Virtual Host in WampServer

There are 3 steps to create your first Virtual Host in Apache, and only 2 if you already have one defined.
Continue reading “Create virtual host on WAMP 3”

Wamp does not start: Windows 7, 64Bit

1. One solution to fix this problem is the following:

Start > cmd.exe

Inside the Command Prompt (cmd.exe) type:

cd c:/wamp/bin/apache/ApacheX.X.X/bin
httpd.exe -e debug

**Note that the ApacheX.X.X is the version of the Apache wamp is running.

This should output what the apache server is doing. The error that causes Apache from loading should be in there. My problem was that httpd.conf was trying to load a DLL that was missing (icuuc51.dll). As soon as I overwrote this file, I restarted Wamp and everything ran smooth.

2. Other solution is to download vcredist_x86 (Microsoft Visual C++ 2008 x86) from microsoft website.

3. Third option is to click orange icon and hit Apache > Service > Install Service. Click again orange icon and hit Apache > Service > Start Service. Click orange icon and hit Put Online.

Try these methods. I hope this will fix your issue.