Annotation of parser3/www/htdocs/.htaccess, revision 1.35

1.28      paf         1: deny from 195.239.227.18 
                      2: deny from 194.84.132.18
                      3: deny from 62.32.47.130
                      4: deny from 62.32.63.235
                      5: 
1.18      paf         6: #apache
1.25      paf         7: #AddHandler parser3-handler html
1.28      paf         8: AddHandler parsed-html html
1.33      paf         9: #Action parsed-html /cgi-bin/bug/parser3
1.35    ! paf        10: #Action parsed-html /cgi-bin/debug/parser3
        !            11: Action parsed-html /cgi-bin/release/parser3
1.17      paf        12: #Action parsed-html /cgi-bin/ReleaseHEAD/parser3
                     13: #Action parsed-html /cgi-bin/DebugHEAD/parser3
                     14: #Action parsed-html /cgi-bin/ProfileDebug/parser3
                     15: #Action parsed-html /cgi-bin/DebugV7/parser3
                     16: #Action parsed-html /cgi-bin/p2Debug/parser2
1.28      paf        17: #Action parsed-html /cgi-bin/release310/parser3
1.27      paf        18: #Action parsed-html /cgi-bin/release308/parser3
1.22      paf        19: #Action parsed-html /cgi-bin/release311/parser3
1.29      paf        20: #Action parsed-html /cgi-bin/release312/parser3
1.30      paf        21: #Action parsed-html /cgi-bin/release313/parser3
1.17      paf        22: 
1.28      paf        23: 
                     24: 
                     25: 
                     26: # enabling SSI
                     27: Options +Includes
                     28: AddHandler server-parsed .htm
                     29: 
                     30: 
                     31: AddType image/x-icon ico
                     32: AddType text/xml xsl
                     33: AddType application/chm chm
                     34: #AddType application/octet-stream chm
                     35: 
                     36: 
1.13      paf        37: RewriteEngine on
                     38: RewriteBase /
1.5       paf        39: 
1.28      paf        40: DirectoryIndex index.html index.htm
                     41: 
1.33      paf        42: #RewriteMap sub txt:Y:\parser3project\parser3\www\htdocs\sub.txt
                     43: #RewriteRule ^(admin/.*) %{SERVER_NAME}/${sub:parser3|map_value_not_found}/$1
1.28      paf        44: 
1.33      paf        45: RewriteRule ^admin/(.*) /admin2/%{SERVER_NAME}/$1
                     46: RewriteRule ^admin2/([^/]+)/(.*) http://${sub:$1|NotFound}/admin/$2 [L,P]
1.16      paf        47: 
1.33      paf        48: #RewriteRule ^admin/(.*) /admin2/%{SERVER_NAME}/$1
                     49: #RewriteRule ^admin2/([^.]+)[^/]+/(.*) http/$1.samsung.ru/admin/$2 [L]
1.34      paf        50: 
                     51: RewriteRule % /ok.html

E-mail: