.htaccess : A jour pour tous les environnements

This commit is contained in:
Michael RICOIS 2009-02-20 15:19:15 +00:00
parent 442bd3ebf0
commit efd3c26fd2
3 changed files with 6 additions and 0 deletions

2
www/.htaccess-local Normal file
View File

@ -0,0 +1,2 @@
php_value auto_prepend_file "C:\wamp\www\extranet\config\prepend.php"
php_value auto_append_file "C:\wamp\www\extranet\config\append.php"

2
www/.htaccess-server Normal file
View File

@ -0,0 +1,2 @@
php_value auto_prepend_file "/var/www/extranet/config/prepend.php"
php_value auto_append_file "/var/www/extranet/config/append.php"

2
www/.htaccess-serverdev Normal file
View File

@ -0,0 +1,2 @@
php_value auto_prepend_file "/sites/extranet/config/prepend.php"
php_value auto_append_file "/sites/extranet/config/append.php"