Re: $_GET empty with Apache and content negotiation
Posted by dalyian39 on 10/21/05 02:06
You're right - I compiled Apache (with mod_rewrite) and PHP from source
and used
RewriteEngine on
RewriteRule ^B?$ /B.php
in .htaccess. Works great. Incidentally there's a bug which convinced
me that using MultiViews was almost pointless -
http://bugs.php.net/bug.php?id=28023.