I want to disbale hot linking of FLV
and MP4
videos hosted on my server, except when the videos are displayed from a page which its URL starts with :
http://www.mywebsite.com/index.php?main_page=videos_page&
What are the apache configurations that I have to add to my .htaccess file?
相关问题
- Backbone.js PushState routes .htaccess only workin
- Stop .htaccess redirect with query string
- .htaccess rule, redirecting old unexistent address
- How to deploy a web application Aurelia in an Apac
- Apache Directory Studio not opening
相关文章
- Apache+Tomcat+JK实现的集群,如果Apache挂了,是不是整个服务就挂了?
- Optimization techniques for backtracking regex imp
- Regex to check for new line
- Allow only 2 decimal points entry to a textbox usi
- How reliable is HTTP_HOST?
- Comparing speed of non-matching regexp
- Making a two way SSL authentication between apache
- Regular expression to get URL in string swift with
To disable hot-linking and replace the content with a generic site logo fo sorts to direct people back to your site rather then the image, add this to the .htaccess folde rin the root of your site:
Remember, .htaccess is hidden, so make sure 'show hidden files' it turned on in yoru ftp client.