Hi
        Just yesterday I installed Apache 1.3.22/PHP 4.0.6 to replace an
ancient install of Apache 1.3.9/PHP 3.0.12.  This is on FreeBSD 3.2.  

        I have several sites which display content in different languages using
Apache's AddLanguage, and LanguagePriority directives (page.php.en,
page.php.fr, page.php.de, etc).  This worked fine for my php pages in
the old install and I was able to use variables contained in the query
string.  Now in the new install the variables in the query sting are no
longer getting passed to the php pages.  Whether used bare ($variable)
or in the context of $HTTP_GET_VARS ($HTTP_GET_VARS[variable]) they
don't get passed to the script.

        Any idea what is causing this?  A remedy?

Thanks

-- 
Clint Gilders
Servermaster OnlineHobbyist, Inc.
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to