gb
12-13-2005, 01:30 PM
Unfortunately Smarty makes it possible to read the .tpl files in your templates folder by direct access in your browser. I would recommend adding a .htaccess file to the templates folder with the following content:
<Files ~ "\.(tpl|inc|cfg)$">
order deny,allow
deny from all
</files>
Now you will get a 403 denied error.
Greetings,
gb
<Files ~ "\.(tpl|inc|cfg)$">
order deny,allow
deny from all
</files>
Now you will get a 403 denied error.
Greetings,
gb