Re: [PHP] Changing values in .htaccess
- From: czirzow@xxxxxxxxx ("Curt Zirzow")
- Date: Thu, 28 Sep 2006 13:30:52 -0700
On 9/28/06, Martin Marques <martin@xxxxxxxxxxxxxxx> wrote:
I'm trying helplessly to get session.use_trans_sid to true in one
directory that needs it. So I put this in an .htaccess file:
php_value session.use_trans_sid 1
The thing is, it didn't work. I also tried changing 1 to On with no luck
at all.
Is .htaccess enabled at all? by default apache doesn't have it
enabled in most installations.
If you can, set this on a per directory setting in your virtualhost
setting within a <Directory> or <Location>, instead of turning on
..htaccess.
Curt
.
- Follow-Ups:
- Re: [PHP] Changing values in .htaccess
- From: Martin Marques
- Re: [PHP] Changing values in .htaccess
- References:
- Changing values in .htaccess
- From: Martin Marques
- Changing values in .htaccess
- Prev by Date: Changing values in .htaccess
- Next by Date: Re: [PHP] Changing values in .htaccess
- Previous by thread: Changing values in .htaccess
- Next by thread: Re: [PHP] Changing values in .htaccess
- Index(es):