My suggestion is going to sound radical:
If you still can't get things to work - I suggest reinstalling WAMP and starting with a clean slate.
Read all of this, better, print it if you can, before you begin.
Terminology - I have the 64 bit version of WAMP 3 installed and it installed in the c:\wamp64 directory. Apparently the 32 versions, new or old, installed in the c:\wamp directory,.
When I say "WAMP dirrecgory" I will be referring to the directory where WAMP was installed, for specify examples I use \wamp64
The information you originall posted shows you are using 64 bit WAMP 3 so I'm assuming (and I could be wrong) that your WAMP directory is \wamp64
Backup all of your web site files, databases, and other things created under the WAMP directory. Make a new directory - maybe named mybackup and copy all of your directories and files to it. I'm talking about any web site files you put under the WAMP directory, possibliy in the the www subdirectory of WAMP.
If you have created one or more databases via phpMyAdmin, go there and export them to a files in your mybackup directory.
Then un-install WAMP - I have an un-install program listed in my Start Menu -> WampServer64 folder. I assume you have one. Shutdown WAMP - right click WAMP -> exit.
Now run the WAMP un-install program.
Now start from the beginning and install WAMP ------
Then:
1 - create a directory under the WAMP www subdirectory to hold your web site. The name is not important, as long as you remember it and it means something to you. If, for example, you want to think of your site as mywebsite - give the new directory that name.
2 - Put your web site files and directories in that new directory.
4 - Now create a virtual host
Go read my post at [
forum.wampserver.com]
Scroll down and find the text:
"If you are running WAMP 3, you can make a virtual host very easily. Go to this post and read it [forum.wampserver.com]
Here are the steps described differently:"
Follow those steps to create a virtual host using WAMP's new (new with version 3) automated virtual host creation feature.
Make the virtual host name what you want to refer to the site as, if you were registering a domain on the Internet, it would be the domain name for the site. I suggested mywebsite as the www subdirectory, why not use that or maybe mywebsite.com
As to the full path to the site for the virtual sitge, if WAMP was installed in \wamp64 and your put your site in subdirectory of the c:\wamp64\www\mywebsite - that is the full, complete, fully qualified path for the virtual host.
Use \ instead of / when specifying the path -- you're working with a Windows path, not a web path.
Once you have created the virtual host, you need to restart the DSN - it can't be done automatically for you. Right click the WAMP icon -> Tools -> Restart DNS (it is the top item in the Tools menu)
When the WAMP icon turns green, go to your browser and put the name of the virtual host in the address bar. You should be able to get to your site.
You have reached the level of my knowledge as regards configuring an Apache web server to handle requests for a web site.
Go to the Google search: [
www.google.com]
Read those page but read them keeping in mind that they be referring to other versions of WAMP or may be telling you to do something manually which is better done via the WAMP menu items. They might also be providing instructions that apply to a very specific circumstance and they may not know enough to warn you about that - they may think they are giving instructions for the general situation.
Also, read several of the pages to see if they give the same instructions, if they "hang together", and if you understand what you are going to do - I don't mean just what changes you are going to make, I mean you want to understand whata change does - does it tell Apache to "listen" on another port, etc.?
Understand, as best you can, the changes you need to make, how to make them, and what they will do - that is, why make the change and what are you changing it to?
******BEFORE you start making changes, if you have enough disk space on your computer, make a backup copy of the directory in which WAMP was installed - \wamp64 or \wamp32 -- my copy has 2GB in it.
If you have enough disk space, make a copy. Then if things get really fouled up while you work on getting the site accessible on the network, you can always delete the WAMP directory, create a new directory with its name, and copy the backup to that new directory.
Presto! You are back with a working version of WAMP with a virtual host for your site and you can try again to get network access to your site.
That may sound like a lot of work - it might very well save much more time if you make changes to get network access, lose track of what you've changed and where you've changed it - and things are FUBAR or SNAFU - you have a way to get back to a known state of things and can try again.
I've been in data processing for 43+ years and I don't make changes to anything that I am not certain I can change back, quickly, to what it was before, without making a backup.
Start backing things up - you have peace of mind knowing that your have backup copies and if you have problems you can solve after making changes, you can fall back to the backup and know where things stand.
If you don't understand anything I've said, ask before you rely on the information.