[.htaccess] Anti-hotlinking pour des vidéos
Bonjours, voici mon probleme :
Dans mon fichier htaccess j'ai mi se code qui se fait automatique dans le cpanel avec l'hébergeur gratuit que je prend pour faire mes tests.
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# DO NOT REMOVE THIS LINE AND THE LINES BELOW HOTLINKID:soDVXf
RewriteEngine on
RewriteCond %
{HTTP_REFERER} !^http://skymotion.comuf.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !
^http://skymotion.comuf.com$ [NC]
RewriteCond %{HTTP_REFERER} !
^http://www.skymotion.comuf.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !
^http://www.skymotion.comuf.com$ [NC]
RewriteRule .*\.(.*)$ http://skymotion.comuf.com/
[R,NC]
# DO NOT REMOVE THIS LINE AND THE LINES ABOVE soDVXf:HOTLINKID |
j'ai mi une video DivX (.avi) dans le fichier /00/010101.avi (7mo)
Aprés je prend un autre hébergeur gratuit pour testé si le anti-hotlink marche bien mais je peu toujours regarder la vidéo.
Voici le code que je prend pour le web player avec le lien que je hotlink de l'autre hébergeur :
Code:
1 2 3 4 5 6 7 8 9
|
<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="320" height="260" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">
<param name="autoPlay" value="false" />
<param name="src" value="http://skymotion.comuf.com/00/010101.avi" />
<embed type="video/divx" src="http://skymotion.comuf.com/00/010101.avi" width="320" height="260" autoPlay="false" pluginspage="http://go.divx.com/plugin/download/">
</embed>
</object> |
aller voir sur http://maxpower333.netii.net/
pourquoi sa ne marche pas ?
Merci