XAMPP Redirecting to XAMPP directory on Internal Network
Posted
by user302252
on Stack Overflow
See other posts from Stack Overflow
or by user302252
Published on 2010-03-26T03:21:23Z
Indexed on
2010/03/26
3:23 UTC
Read the original article
Hit count: 822
I installed XAMPP on my desktop. I set up vhosts for about 5 sites and they are all working properly from the desktop itself.
The problem arises whenever I try to access these vhosts from my laptop. I changed the hosts file on the laptop to redirect the laptop dev.domain.com requests to the desktop, however, when I try to access these sites from my laptop on the local network, I only receive the XAMPP welcome screen. It seems like when trying to access the vhosts on the desktop from the laptop the vhosts file is ignored as all requests are redirected to the xampp directory.
What might I need to adjust to ensure access to the vhosts on the desktop from the laptop?
© Stack Overflow or respective owner