CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Location
    andhra pradesh
    Posts
    23

    how to access the file from other system

    hello every body

    i have got lan network in the office. i created a html file in one system. i like to access the same file in other system as a web page by using browser. please suggest me how to access the file

    from ravikumar009

  2. #2
    Join Date
    Jan 2003
    Location
    17°22' N - 78°29' E
    Posts
    198

    Lightbulb

    You need a wb server installed on the system that has the web page on it...

    apache from http://httpd.apache.org/ (51% Internet runs on it)
    or
    Xitami from http://www.xitami.net/ (small, good for experimenting)

    install them.

    From another computer type the ip address on that computer on the browser

    ex: http://127.96.34.2/

    You can get the ip address by typing ipconfig at the command prompt (c:\>)

    And if you have a firewall, you will have to configure it too...

    Hope it helps....

    Watch the INDIA pak Cricket war...Cheer for INDIA
    Last edited by lord loh; February 28th, 2003 at 05:23 AM.

    ============
    ~ Lord Loh ~
    ============

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured