Bonsoir,
Ayant installer nginx sur un sous domaine, je cherche l'équivalent de ces lignes
Merci d'avance
Ayant installer nginx sur un sous domaine, je cherche l'équivalent de ces lignes
Code:
RewriteEngine On
RewriteRule ^.*\.mp3$ /foo [F]
RewriteRule ^.*\.MP3$ /foo [F]
RewriteRule ^.*\.Mp3$ /foo [F]
RewriteRule ^.*\.mP3$ /foo [F]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?site\.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(player\.)?site\.com(/)?.*$ [NC]
RewriteRule ^.*$ http://www.site.com [R,L,NC]
RewriteRule ^streaming:(.*)$ page.php?album=$1 [L]
Merci d'avance