Forum Moderators: phranque
I'm hoping someone can help here as I've searched high and low any my limited Apache knowledge is letting me down.
I want to use the following statement in .htaccess to prepend (include) a file on a set of documents, but only when cookie "xx" is present:
php_value auto_prepend_file /home/functions.php
The problem I'm having is using .htaccess to determine if the Cookie "xx" is present as I don't want to prepend that file if it isn't.
Any ideas?
Cheers
Simsi
[edited by: Simsi at 11:00 pm (utc) on Nov. 4, 2006]
Anyone else have any ideas?