WebHostFreak Posted July 21, 2013 Share Posted July 21, 2013 Hi there, I am using a custom whmcs design and I want to make sure that nobody can rip it. I put this code into htacces: <Files "*.tpl"> Order Allow,Deny Deny from All </Files> I am using ssl for my entire site. When I try to download the tpl file using https it denied the access. But when I go without the https I can still download the files. What code do I have to put into the htaccess file??+ 0 Quote Link to comment Share on other sites More sharing options...
bear Posted July 22, 2013 Share Posted July 22, 2013 As mentioned on WHT earlier: <Files "\.tpl$"> Order Allow,Deny Deny from all </Files> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.