Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Preview in Browser - HTTP Error 404.0 - Not Found

New Here ,
Dec 13, 2010 Dec 13, 2010

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:

HTTP Error 404.0 - Not Found

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

Detailed Error Information
ModuleIIS Web Core
NotificationMapRequestHandler
HandlerStaticFile
Error Code0x80070002
Requested URLhttp://localhost:80/mysite/info.php
Physical PathC:\inetpub\wwwroot\mysite\info.php
Logon MethodAnonymous
Logon UserAnonymous

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

TOPICS
Server side applications

Views

1.2K
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Dec 13, 2010 Dec 13, 2010

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

...

Votes

Translate
LEGEND ,
Dec 13, 2010 Dec 13, 2010

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines