Date: 08/18/00
- Next message: Jens Benecke: "[phplib] sql_query->form customization?"
- Previous message: Tarique Sani: "[phplib] Preventing Multiple Login"
- Maybe in reply to: Dennis Gearon: "[phplib] .htaccess and PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 18 Aug 2000, you wrote:
> Is it possible to use any statements in the .htaccess file of a
> directory to influence the PHP settings, even for a single user? For
> instance, the PHPLib nees track_vars on I understand. Can the .htaccess
> file cause a section of the directory tree to effectively have trackvars
> on?
> --
Yes, this is possible. Put one of the following lines into the appropriate
.htaccess file:
For PHP3:
php3_track_vars 1
For PHP4
php_flag track_vars on
or, if that doesn't work (for PHP4)
php_value track_vars 1
For more information about installing phplib in such a manner, check out my
shared-server install instructions at
http://www.verge-net.com/phplib-shared-server.html
I hope this helps.
James Potts
(webmaster <email protected>)
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Jens Benecke: "[phplib] sql_query->form customization?"
- Previous message: Tarique Sani: "[phplib] Preventing Multiple Login"
- Maybe in reply to: Dennis Gearon: "[phplib] .htaccess and PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

