In: Content Management Systems / Seditio / Seditio Tutorials

Securing Your Skins

How to protect your skins from rippers.

Print
Author:
Submitted by: Brock   Date: 2008-03-09 18:23
Comments: (0)   Ratings:
No comments yet
If you haven't noticed, your skins are not secure with the default release of Seditio. For most web developers, or anyone who doesn't want their skin stolen, this is a must. You must add a new file called .htaccess which will restrict limits to your files. Add this into your file you created:

Code:
<Files *.tpl>
order deny,allow
deny from all
</Files>
Options -Indexes
Save the file, and upload it to your root directory. It blocks both indexing (open directories) and viewing TPL files (your skin files)