![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archive$_GET empty with Apache and content negotiation
From: <dalyian39@gmail.com>
Date: Thu Oct 20 2005 - 21:33:51 CEST
Hello,
I'm pretty new to PHP but I have a page, B.php, which runs fine, but I
I've tried creating a symlink on the filesystem B -> B.php but that
My config is Red Hat 9.0 with the included Apache 2.0.40. PHP seems to
What I've done now is to try the type-map approach from the docs at
URI: B
URI: B.php
Now the call to http://mysite/B?foo=bar works, and the PHP executes,
Undoubtedly it's something to do with mime types or something.
Any thoughts, or suggestions?
Thanks
|