Re: [phplib] .htaccess and PHP From: James Potts (webmaster <email protected>)
Date: 08/18/00

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>