Date: 10/20/00
- Next message: Kristian Koehntopp: "Re: [phplib] templates limit quick functionality adding?"
- Previous message: rowel: "[phplib] great writer."
- In reply to: Matt \: "[phplib] PHPLib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In netuse.lists.phplib you write:
>Our hosting application does not allow us to modify the php.ini or the
>http.conf files. I heard, however, that phplib can be setup using
>.htaccess? Any help would be appreciated. To see what I've to work with,
>http://www.shoggoth.net/phpinfo.php.
A .htaccess configures the directory it is placed in and all
subdirectory of that dir, unless there is amore specific
.htaccess futher downtree.
You have a mod_php (Apache Module) of a version of PHP 3.
The php.ini syntax
a = b
can be duplicated using
php3_a b
in a .htaccess file for most directives. Not the php3_ prefix,
and the missing "=" sign. No restart is needed to activate a
change in a .htaccess file.
Kristian
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Kristian Koehntopp: "Re: [phplib] templates limit quick functionality adding?"
- Previous message: rowel: "[phplib] great writer."
- In reply to: Matt \: "[phplib] PHPLib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

