[quote user="CyberAlien" post="37519"]Because of phpBB template structure everyone can easily download tpl files from your website. So it can be used to steal commercial or custom templates.
For phpBB 2.0 to protect your templates you need to create file .htaccess in directory "templates" and put this code in it:
- Code: Select all
<Files ~ "\.tpl$">
Order allow,deny
Deny from all
Satisfy All
</Files>
[/quote]
Hello, I wanted to protect my template forum (morpheusX) so i followed your suggestion and created this .htaccess file and i put it in templates directory. Well, now when i open my forum it looks weird, i can see only text but no images, no graphics, it doesnt load the template anymore...!
Where am i wrong?
Thanks