Posted by liam193 on 01/29/07 15:50
In my .htaccess I currently have:
php_value session.save_path /var/www/app.example.com/tmp
I would like to have the php_value set to something like %SITE%/tmp
instead. This is because I also have some test instances which are
app-test.example.com and would like the session variables to go into /
var/www/app-test.example.com/tmp automatically, but I don't want to
have to keep changing the .htaccess files between the two directories.
Is there an easy way to do this?
liam193
Navigation:
[Reply to this message]
|