I added this code into my local.conf file (see "add GET vars to $_GET" section): http://www.mozdev.org/source/browse/mp4downloader/www/local.conf?rev=1.40;content-type=text/plain
This code adds all the GET vars to $_GET with each page request (though local.conf), so you don't need to manually include it in your pages. It may be similar to Mycroft's script, but I thought I'd share my example, too. --Jake On 09/29/2010 05:33 PM, Mycroft Project wrote: > May or may not be related... > > Mycroft has had this since before my time... > http://mycroft.mozdev.org/source/browse/mycroft/www/gethack.inc.php?rev=1.8 > > On 29 September 2010 22:19, Eric H. Jung<[email protected]> wrote: >> >> On Wed, Sep 29, 2010 at 12:51 PM, David White<[email protected]> wrote: >>> Thanks. That seems to help me make some progress. But I do have to >>> invoke the .php.html file directly. It seems that when the request for >>> the .php file get redirected, request parameters are somehow being lost. >>> Darn it! >>> >> Pete, can't this be fixed by changing the mod_rewrite parameters? I know >> there is a mod_rewrite variable that contains the query string and/or full >> request URI. >> >> eric >> >> >> >> _______________________________________________ >> Project_owners mailing list >> [email protected] >> https://www.mozdev.org/mailman/listinfo/project_owners >> >> > > _______________________________________________ Project_owners mailing list [email protected] https://www.mozdev.org/mailman/listinfo/project_owners
