I'm running online premium themes selling site. I upload site on the link http://yoursite.com/demo/ to show as DEMO. I'm scared if some one download those files from my server. Please answer: 1. Is it possible to download each files or scripts from http://yoursite.com/demo/ link by using some offline browsers softwares? 2. how can i protect these files. Can I password protect the files and at the same display on DEMO link...?
server side files with extension .php or .asp or similar cannot be downloaded by anyone. only html files can be downloaded or javascript files. vineet
I would recommend converting your site to PHP to handle the demo download page. With PHP you can create a password protected site and allow for only a certain group of users to get access. If you want further help, feel free to PM me.