Subversion Repositories Sites.tela-botanica.org

Rev

Rev 317 | Rev 334 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 317 Rev 331
Line 3... Line 3...
3
 
3
 
4
# Raccourci pour les applications intégrées à Papyrus
4
# Raccourci pour les applications intégrées à Papyrus
Line 5... Line 5...
5
RewriteEngine on
5
RewriteEngine on
-
 
6
 
-
 
7
# Anti-spam de referrers
-
 
8
RewriteCond %{REQUEST_URI}?%{QUERY_STRING} ^.*(referrers|referrers_sites)(&global=1|)$
-
 
9
RewriteCond %{HTTP_REFERER} !^http://www\.tela-botanica\.org [NC]
-
 
10
RewriteCond %{HTTP_REFERER} !^http://photoflora\.free\.fr [NC]
6
 
11
RewriteCond %{HTTP_REFERER} !^http://www\.outils-reseaux\.org [NC]
7
# Anti-spam de referrers
12
RewriteRule .* - [F,L]
8
RewriteCond %{HTTP_REFERER} ^.*(baseballpass|caninestrike|greg-tut|vipsefeed|easytrafficticket|flatcatsite|bosja|bigcallc|easytrafficticket|cavalier\.ring-pcb)\.com.*$ [OR]
13
RewriteCond %{HTTP_REFERER} ^.*(baseballpass|caninestrike|greg-tut|vipsefeed|easytrafficticket|flatcatsite|bosja|bigcallc|easytrafficticket|cavalier\.ring-pcb)\.com.*$ [OR]
9
RewriteCond %{HTTP_REFERER} ^.*(dogstrike)\.net.*$ [OR]
14
RewriteCond %{HTTP_REFERER} ^.*(dogstrike)\.net.*$ [OR]
10
RewriteCond %{HTTP_REFERER} ^.*(viagra|sex|hardcore|porn|pussy|xxx|webcam|ficken|fuck|gay|boobs|babes|x\-pictures|macinstruct|incest|linuxwaves|secureroot).*$
-
 
11
RewriteRule .* - [F,L]
-
 
12
RewriteCond %{REQUEST_URI} (referrers|referrers_sites)$
-
 
13
RewriteCond %{HTTP_REFERER} !^http://www.tela-botanica.org [OR]
-
 
14
RewriteCond %{HTTP_REFERER} !^http://photoflora.free.fr [OR]
-
 
Line 15... Line 15...
15
RewriteCond %{HTTP_REFERER} !^http://www.outils-reseaux.org
15
RewriteCond %{HTTP_REFERER} ^.*(viagra|sex|hardcore|porn|pussy|xxx|webcam|ficken|fuck|gay|boobs|babes|x\-pictures|macinstruct|incest|linuxwaves|secureroot).*$
16
RewriteRule .* - [F,L]
16
RewriteRule .* - [F,L]
17
 
17