Copy link to clipboard
Copied
I have set up xampp on a network computer with the intention of setting up a php mysql website.
Using dreamweaver on my local computer, I have set up the new site. Please see below...
(The folders below are on the network computer's C drive - not my local machine)
local root folder: 'xampp\htdocs\mysite'
testing server folder: 'xampp\htdocs\mysite'
URL prefix : http://localhost/mysite
When I try to preview in browser i get this error message:
To me it looks like it is trying to find the 'info.php' file on my local computer when it is actually on a network computer.
I have logged onto the network computer using remote desktop connection to test the info.php file in Internet Explorer and it works fine.
So, how do I fix this problem to allow me to 'preview in browser' across the network? Can it be done?
Thanks
Wookie wrote:
I have set up xampp on a network computer with the intention of setting up a php mysql website.
Using dreamweaver on my local computer, I have set up the new site. Please see below...
(The folders below are on the network computer's C drive - not my local machine)
local root folder: 'xampp\htdocs\mysite'
testing server folder: 'xampp\htdocs\mysite'
URL prefix : http://localhost/mysite
Localhost is an alias for the loopback IP address used by every computer to refer to itself. If those fol
...Copy link to clipboard
Copied
Wookie wrote:
I have set up xampp on a network computer with the intention of setting up a php mysql website.
Using dreamweaver on my local computer, I have set up the new site. Please see below...
(The folders below are on the network computer's C drive - not my local machine)
local root folder: 'xampp\htdocs\mysite'
testing server folder: 'xampp\htdocs\mysite'
URL prefix : http://localhost/mysite
Localhost is an alias for the loopback IP address used by every computer to refer to itself. If those folders are on your network computer's C drive, you need to use the IP address for the network computer, instead of localhost. The other information you give shows that the computer is trying to find localhost on your own computer running IIS, not XAMPP.