Annotation of parser3/www/htdocs/.htaccess, revision 1.24
1.18 paf 1: #apache
1.24 ! paf 2: AddHandler parser3-handler html
! 3: #AddHandler parsed-html html phtml
! 4: #Action parsed-html /cgi-bin/debug/parser3
1.20 paf 5: #Action parsed-html /cgi-bin/release/parser3
1.17 paf 6: #Action parsed-html /cgi-bin/ReleaseHEAD/parser3
7: #Action parsed-html /cgi-bin/DebugHEAD/parser3
8: #Action parsed-html /cgi-bin/ProfileDebug/parser3
9: #Action parsed-html /cgi-bin/DebugV7/parser3
10: #Action parsed-html /cgi-bin/p2Debug/parser2
11: #Action parsed-html /cgi-bin/release310/parser3
1.19 paf 12: #Action parsed-html /cgi-bin/release308/parser3
1.22 paf 13: #Action parsed-html /cgi-bin/release311/parser3
1.17 paf 14:
1.23 paf 15: #addtype 'multipart/related;boundary="===== This is the multipart mime bounda=====184532178"' html
16: #addtype application/x-x509-user-cert cer
1.8 paf 17:
1.1 paf 18:
1.13 paf 19: RewriteEngine on
20: RewriteBase /
1.5 paf 21:
1.13 paf 22:
1.23 paf 23: RewriteRule ^(_|maximized) - [L]
1.13 paf 24:
1.23 paf 25: RewriteRule ^parser- - [L]
1.16 paf 26:
27:
1.13 paf 28: RewriteCond %{REQUEST_URI} !\.
29: RewriteRule ^(.+[^/])$ http://%{SERVER_NAME}/$1/ [L,R,QSA]
30:
1.16 paf 31: RewriteCond %{QUERY_STRING} mode=(xml|debug)
1.23 paf 32: RewriteCond %{REMOTE_ADDR} !^(213\.152\.135|195\.151\.168)
1.16 paf 33: RewriteRule (.*) /_doc.html?request=/404/ [L]
34:
1.23 paf 35: RewriteRule (where2buy/moscow/)metro.gif /_doc.html?request=$1&image=yes [L,QSA]
36: RewriteRule (tariffs/.*/)full/ /_doc.html?request=$1&full=yes [L,QSA]
1.13 paf 37:
1.23 paf 38: RewriteCond %{REQUEST_URI} !(gif|jpg|png|js|css|exe|zip|rar|pdf|rtf|doc|xls|ppt|swf|ipx|txt|xslt|xsl|dtd|tif|eps|tiff|ico|ent|chm|cfm|gz)$
1.13 paf 39: RewriteRule (.*) /_doc.html?request=$1 [L,QSA]
40:
1.23 paf 41:
42: Options +IncludesNoExec
43: AddType text/html .shtml
44: AddHandler server-parsed .shtml
45:
46: ErrorDocument 404 /_error404.shtml
47: ErrorDocument 500 /_error500.shtml
E-mail: