.htaccess
I have my own prestashop file , with the following content:
<FilesMatch "\.tpl$">
Deny from all
</FilesMatch>
The issue is that this file seems to give problems with the new version of apache v2.4 (which my hosting provides), and it doesn't work if we use it.
It is the first time that I have an error with the configuration of a .htaccess
and I cannot find any type of documentation, in relation to the files .htaccess
nor any user who has encountered something similar.
In the Apache documentation there is an article about upgrading from Apache 2.2 to 2.4 , in which there is a specific section for the subject of authorization and how some directives (the ones you use) change from one version to the other.
Which in Apache 2.2 was:
In Apache 2.4 it should be: