MOD-Version: 0.0.1
MOD-Description: Protect the style template to prevent theft
phpBB-Version: phpBB 3.0.0 / 3.0.1
phpBB-Styles: prosilver, subsilver2
How do?
1. Create new file "styles/prosilver/.htaccess" or "styles/YOUR_STYLE/.htaccess"..
2. Add this code inside:
Code: Select all
<Files "*.html">
Order Allow,Deny
Deny from All
</Files>
