[vox-tech] weird php problem - index.php download
wenk at puddleglum.homeip.net
wenk at puddleglum.homeip.net
Mon May 15 23:21:01 PDT 2006
On Tue, May 16, 2006 at 12:03:54AM -0400, Peter Jay Salzman wrote:
> Hi all,
>
> Most of my website consists of directories with index.php in each directory,
> so that when a browser points to http://www.dirac.org/foo, the file
>
> /www/foo/index.php
>
> is interpreted by PHP and the results are displayed. It seems to work for
> all the pages I know of except for one.
>
> For example, this works:
>
> http://www.dirac.org/linux/gdb
>
> However, when I point my browser to:
>
> http://www.dirac.org/p
>
> FF wants to download a ".phtml file". PHP seems to work everywhere except
> for /www/p.
>
> What could be causing this to happen?
>
> Thanks,
> Pete
> _______________________________________________
> vox-tech mailing list
> vox-tech at lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech
Best guess is the p directory is catching another config section in
apache. If its not in the config file, check for a .ht(access? been too
long...) and check that file out.
Mike
More information about the vox-tech
mailing list