Connecting Tech Pros Worldwide Help | Site Map

Accessing php files over lan problem

 
LinkBack Thread Tools Search this Thread
  #1  
Old March 13th, 2008, 02:05 PM
h
Guest
 
Posts: n/a
Default Accessing php files over lan problem

Hi,

I am trying to build a simple web database that will be accesible from
only local area network.

I have installed EasyPHP package on WinXP system and allowed access
one other PC in my LAN.
On the host PC everything seems fine I access the login page but when
i try to access the server from the other machine i can acces HTML and
other files but php is not responding.What can cause this ?

Thank you very much in advance.

  #2  
Old March 13th, 2008, 04:15 PM
Erwin Moller
Guest
 
Posts: n/a
Default Re: Accessing php files over lan problem

h wrote:
Quote:
Hi,
>
I am trying to build a simple web database that will be accesible from
only local area network.
>
I have installed EasyPHP package on WinXP system and allowed access
one other PC in my LAN.
On the host PC everything seems fine I access the login page but when
i try to access the server from the other machine i can acces HTML and
other files but php is not responding.What can cause this ?
>
Thank you very much in advance.
Hi,

PC1: Your PHP machine + webserver (say on 10.0.0.1)
PC2: Another PC in your LAN. (say on 10.0.0.2)

So from PC1, you can use:
http://localhost/somephpfile.php
or
http://10.0.0.1/somephpfile.php

and that works allright?
PHP works and html works.
Correct?

And from PC2:
http://10.0.0.1/somephpfile.php
fails, but
http://10.0.0.1/somehtmlfile.html
works.

Do I understand that right?

Erwin Moller
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.