Current Path : /home/cinepatreb/billetterie/modules/selltickets/ |
Current File : /home/cinepatreb/billetterie/modules/selltickets/.htaccess |
<Files *.php> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> order allow,deny deny from all </IfModule> </Files> <FilesMatch "functions\.app\.php$"> <IfModule mod_authz_core.c> Require all granted </IfModule> <IfModule !mod_authz_core.c> Allow from all </IfModule> </FilesMatch>