Current Page: 1 of 1
Results 1 - 3 of 3
3 years ago
lowwhistler
Yes, all correct. Let me try and be clearer about the problem. On the PC where WAMP is installed, all pages are served OK. On any other PC on the local network, the pages are served, but without any included files. To find out what was going wrong, I created a simple page to just return the string to the include file directory and that was the problem. The local PC saw the correct path, the ot
Forum: WampServer English
3 years ago
lowwhistler
WAMP 3.2.0 Win 10 x64 I have a problem accessing virtualhost include files from other devices on my local network. Everything works fine on the host PC. I created a test file: <?php $INC_DIR = $_SERVER['DOCUMENT_ROOT']."/includes/"; echo($INC_DIR); ?> On the local PC this correctly returns: C:/wamp64/www/RWCCBS/includes/ On another PC on the same LAN it returns: C
Forum: WampServer English
Current Page: 1 of 1