Re: apache2 not processing php

2005-02-07 Thread Graham Smith
Ok I have partially solved the problem :o) register_globals was switched on in the Apache1.3 php.ini (/etc/php4/Apache/php.ini) and switched off in the Apache2.0 configuration (/etc/php4/Apache2/php.ini). As I understand it there are security issues with having register_globals switched on so I

Re: apache2 not processing php

2005-02-07 Thread Adam Conrad
Graham Smith said: http://www.crazysquirrel.com/index.php it still tries to give you the unprocessed file back. How do I stop that behaviour? It works from here when I load that page. Are you sure you're not suffering from an overactive browser cache, proxy server, or some other such

Re: apache2 not processing php

2005-02-07 Thread Graham Smith
Yeah it must just be a page cached in firefox. All the other pages (which I hadn't loaded) started working correctly after register_globals was switched on and I can get the page fine with konqueror and wget. Clearing the firefox cache has fixed the last problem. I wonder why firefox wasn't