I am trying to make a setup so that I can access my website on a virtual host in computer A from computer B. Both A and B are on the same network.
I am using xampp on Win 7.
So …
I have a flash drive(or hdd) connected to Linksys Router and set it up for access without login. Then I setup netword drive at Computer(Windows 7 Proffesional x64). I tried opendir(\192.168.1.1); but i'm getting this error
Warning: opendir(\\192.168.1.1\s2,\\192.168.1.1\…
I have a virtual hosting of my Rails web-site and i need to determine type of server, that acts as front-end.
They say, that Apache is not used as a front-end server, but i need to check it somehow.
Is …