Files
You are browsing the Files tag archive.
Online File Folder
When you need on-the-go access to any file, Online File Folder is the smart, affordable solution. Plus, you can access online files directly from your desktop or ftp client, transfer files with drag ‘n drop simplicity and even synchronize files on your computer with your Online File Folder so you’re always working on the latest [...]
Prevent Direct Linking
Want to prevent direct linking to your files? Sick of people linking to files that you feel should only be accessed from your website and not their’s? Read on…
Open your notepad.
Insert the follow code as it is displayed and change “mydomain.com” to your own domain name:
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://mydomain.com/.*$ [NC]
RewriteCond [...]



