I have a .htaccess
file of prestashop, 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 provides me with my hosting), and does not work if we use it.
This is the first time that I have an error with the configuration of a .htaccess
and I can not find any type of documentation, regarding the .htaccess
files or any user that has found something similar.