Hi, I want to block browsing clients from viewing .js files, but then I can't include that .js in my html :
How to solve this problem?Code:# secure directory by disabling script execution AddHandler cgi-script .js Options -ExecCGI # OR # prevent viewing of a specific file <Files tooltip.js> order allow,deny deny from all </Files>


Reply With Quote
Bookmarks