Current Path : /home/cinepatreb/billetterie/modules/ps_facetedsearch/ |
Current File : /home/cinepatreb/billetterie/modules/ps_facetedsearch/.htaccess |
# In PrestaShop 9.0 php files are now protected so we allow only specific endpoints to be accessible <FilesMatch "ps_facetedsearch-.+\.php$"> # Apache 2.2 <IfModule !mod_authz_core.c> Order Allow,Deny Allow from all </IfModule> # Apache 2.4 <IfModule mod_authz_core.c> Require all granted </IfModule> </FilesMatch>