You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Varvel, Brian" <Br...@usa.xerox.com> on 2002/02/20 21:46:02 UTC

wierd issue...

I have a website (internal intranet) that seems to be having some issues.
on my main page I have a link to /admins/index.php.

now this page has includes that pull a header and footer from the home
directory (i.e. ../header.php)

problems is when users from outside my subnet click on the link, they see
the page VERY quickly then are forwarded to a page not found error page.
now mind you, the only thing on this page is the phpinfo() call and the
header and footer include.

i had previously been told to check the servername attribute in the conf
file, and while that was wrong, it has now been fixed and I'm still having
the problem?  has anyone come across this kind of issue.

- brian

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: wierd issue...

Posted by Joshua Slive <jo...@slive.ca>.
On Wed, 20 Feb 2002, Varvel, Brian wrote:

> I have a website (internal intranet) that seems to be having some issues.
> on my main page I have a link to /admins/index.php.
>
> now this page has includes that pull a header and footer from the home
> directory (i.e. ../header.php)
>
> problems is when users from outside my subnet click on the link, they see
> the page VERY quickly then are forwarded to a page not found error page.
> now mind you, the only thing on this page is the phpinfo() call and the
> header and footer include.
>

The times I've seen this behavior from a browser, I've usually traced it
to an included stylesheet or similar that is not found.  Check for that.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org