Comments on: How to Access WAMP 3.2.0 in Your Local Area Network https://zuziko.com/tutorials/how-to-access-wamp-server-in-local-area-network/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-access-wamp-server-in-local-area-network Wed, 07 Oct 2020 19:17:18 +0000 hourly 1 By: IT Manager https://zuziko.com/tutorials/how-to-access-wamp-server-in-local-area-network/#comment-2262 Wed, 07 Oct 2020 19:17:18 +0000 https://zuziko.com/?p=348#comment-2262 This is how I solved the problem, and it is obvious if you think about it. In Wampserver 3.2 there is a wizard to create your virtual host. However, it only used the name of the virtual host folder as the name of the virtual host server. When you access the server remotely you use the fully qualified domain name, but there is no configuration for that yet in Wampserver httpd-Vhost.conf file. Get to this file from the Wampserver->Apache menu. Copy the current vhost you want to access and paste that config into the file. Change the servername to the fully qualified domain name of the vhost. This also assumes you have a DNS CNAME entry for your vhost.

]]>
By: topee https://zuziko.com/tutorials/how-to-access-wamp-server-in-local-area-network/#comment-2244 Mon, 05 Oct 2020 05:38:20 +0000 https://zuziko.com/?p=348#comment-2244 thanks it works 🙂

]]>
By: Xavier https://zuziko.com/tutorials/how-to-access-wamp-server-in-local-area-network/#comment-2107 Wed, 26 Aug 2020 21:34:31 +0000 https://zuziko.com/?p=348#comment-2107 Thanks to you.
I now can access my web server based on Wamp from my PC on local network and on the internet !

]]>
By: David https://zuziko.com/tutorials/how-to-access-wamp-server-in-local-area-network/#comment-2099 Tue, 18 Aug 2020 08:48:59 +0000 https://zuziko.com/?p=348#comment-2099 This is my file, it does not work

# Virtual Hosts
#

ServerName localhost
ServerAlias localhost
DocumentRoot “${INSTALL_DIR}/www”

Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted

]]>
By: Paul https://zuziko.com/tutorials/how-to-access-wamp-server-in-local-area-network/#comment-1176 Sat, 28 Mar 2020 04:28:55 +0000 https://zuziko.com/?p=348#comment-1176 This does not work. Instructions are simple enough and I followed them exactly but still cannot access my site from any other local devices.

]]>
By: Gregersenartpoint.Com https://zuziko.com/tutorials/how-to-access-wamp-server-in-local-area-network/#comment-1172 Thu, 26 Mar 2020 23:37:03 +0000 https://zuziko.com/?p=348#comment-1172 I tried to turn off WAMP and start IIS For Microsoft Server (I works perfectly From any PC) but WAMP is still not not working

]]>
By: Simon https://zuziko.com/tutorials/how-to-access-wamp-server-in-local-area-network/#comment-216 Wed, 24 Apr 2019 13:26:19 +0000 https://zuziko.com/?p=348#comment-216 Hey Amy,

Thank you for this article but I am having issues.

My main concern comes from replacing “yourwebsite.com” with your server name.

Should it be 192.x.x.x/sitename?

My site is like that but when I put it on the other computer in my office it doesn’t work and tells me that the server IP address cannot be found.

Any idea?

Thank you.

]]>