• Hello there I currently installed WP 2.3 on a windows XP machine with wamp 5.1.7.3. I can see everything on the local machine if i will type http://localhost/wordpress

    but when i go to another XP machine and access http://166.213.187.202/wordpress, i cant access anything is just says error 404 file not found

    I am not familiar with PHP since I use IIS as my web server
    please help me I need to broadcast this blog over my intranet.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m afraid I’m not much help with regard to IIS on XP, but it is possible that you have multiple websites defined.

    A default one, which IIS preinstalls, and then one for your wordpress pages which is set only to display if accessing from localhost…

    in the properties of each site you should be able to define access restrictions, and check to see whether two sites have been created to use the same port (80) if that’s the case, then you may need to either remove one of them, or use host headers, that is… define a name for the computer running the site, then plug that name into the website properties in IIS.

    I’d poke around with that, until someone more clued up comes along to post something actually useful.

    This is not a WP question. Its a network config thing.

    The only part that affects WP is this: what URI values do you enter in admin > Options > General. And that’s just common sense.

    Thread Starter dlagus

    (@dlagus)

    still can’t get it running on other pc’s, but when i Type

    http://166.213.187.45 (the address of the WAMP server) it gives me the WAMP5 homepage of the server. after that I click wordpress under my projects then the URL redirects to http://localhost/worpress. which gives me an error

    HTTP 404 – File not found
    Internet Information Services

    Moshu nailed it… re-read his post.

    you need to enter the IP of the PC in wordpress options with /wordpress after it, or whatever the location actually is, when viewing from another PC.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘cannot access WP on the intranet’ is closed to new replies.