apache - Accessing Virtual Host Name (xampp) on network returns 404 error -


i want access virtual host on network other devices. set apache's virtual host using xampp this:

namevirtualhost *:80  <virtualhost *:80>     documentroot "d:/xampp/htdocs/site_mobile"     servername site.mobile     <directory "d:/xampp/htdocs/site_mobile">     options indexes followsymlinks includes execcgi         allowoverride     order allow,deny     allow     </directory> </virtualhost> 

and how access servername in network:

192.168.1.102/site.mobile/ 

unfortunately, error considering

object not found! requested url not found on server...

accessing path , not servername works fine on own device , on network:

localhost/site_mobile/ 192.168.1.102/site_mobile/ 

i have mention accessing site.mobile on own device works fine


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

excel vba - VBA Proxy auto-configuration for http requests -

php - phpWord - Tables with borders in headers/footers -