i have used a .htaccess file to block access from these folders/files using the following code
Code: Select all
deny from all
i basically want to block people from viewing the files and images directly but can view them within a page.
meaning if someone typed into the address bar http://my-site.com/include/logo.jpg they wont be able to see it but on my homepage using <img src="/include/img/logo.jpg"> it will display
thanks
