Page 1 of 1

Contents not found!

Posted: Fri Apr 06, 2007 1:18 am
by prash25
I have a site in PHP with a page 'approveMembers.php' within 'approve' directory under the site directory. This site has been hosted on net. Now the problem is when i access this page from my machine that uses a proxy server to connect to the internet, the contents get displayed properly. However, when i use a machine that connects to the internet directly (without using a proxy), the contents do not appear in the page even though the status bar read 'Done' after loading the page.

Directory structure:

Site name\Approve\...
-approveMembers.php


Moreover, the files under the parent directory (Site name\) are accessible from both machines, whether they use a proxy or not to connect to the internet.

Any help on this pls.?

Posted: Fri Apr 06, 2007 1:21 am
by aaronhall
The proxy server shouldn't have any affect on the script, unless the outcome of that script relies in some way on your IP/host information.