.htaccess : A jour pour tous les environnements
This commit is contained in:
parent
442bd3ebf0
commit
efd3c26fd2
2
www/.htaccess-local
Normal file
2
www/.htaccess-local
Normal 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
2
www/.htaccess-server
Normal 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
2
www/.htaccess-serverdev
Normal 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"
|
Loading…
Reference in New Issue
Block a user