Use .htaccess to allow access only from a single HTTP referrer
Sometimes you want the user to access something (a web page or a downloadable file) only by clicking a link on your own website instead of being able to directly access it by typing in the URL address in the browser address bar. This is achievable by a few lines in .htaccess. RewriteEngine On RewriteCond …
Use .htaccess to allow access only from a single HTTP referrer Read More »