From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-13 22:43:49
|
On Sun, 2002-01-13 at 23:32, Mike Noyes wrote: > At 2002-01-13 15:02 -0600, Geoff Staples wrote: > >What does that do for webmasters that don't have root access to their > >server so that they can turn register_globals on? > > > >This could seriously affect many of the websites currently using phpWebsite. > > > >Geoff > > > >P. S. Wasn't there something about .htaccess. GS > > Geoff, > Yes. Try this adding this to .htaccess > > # php.ini configuration > <IFModule mod_php4.c> > php_value register_globals "on" > </IFModule> Geoff: this is exactly what you find in the new docs/INSTALL under the "About PHP regiter globals setting" section. Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |