Github
Photos
GCount
Quotes
Home
My templating system uses .stpl files for it's definitions. I do not want to serve these files directly to my users so I used an .htaccess file to block them.
.stpl
.htaccess
<Files ~ "\.stpl$"> Order allow,deny Deny from all </Files>