-
Notifications
You must be signed in to change notification settings - Fork 17
/
.htaccess
31 lines (28 loc) · 1.66 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
RewriteEngine on
Options All -Indexes
Options +FollowSymLinks
RewriteCond %{HTTP_REFERER} !^http://www.chryswoods.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.chryswoods.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://chryswoods.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://chryswoods.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://chryswoods.siremol.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://chryswoods.siremol.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://protoms.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://protoms.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://protoms.siremol.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://protoms.siremol.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://siremol.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://siremol.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.chryswoods.siremol.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.chryswoods.siremol.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.protoms.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.protoms.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.protoms.siremol.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.protoms.siremol.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.siremol.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.siremol.org$ [NC]
RewriteRule .*\.(md|py)$ - [F,NC]
Redirect /download https://siremol.org/pages/download.html
Redirect /downloads https://siremol.org/pages/download.html
Redirect /tutorial https://siremol.org/pages/tutorials.html
Redirect /examples https://siremol.org/pages/tutorials.html