Annotation of parser3/www/htdocs/.htaccess, revision 1.26
1.18 paf 1: #apache
1.25 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.13 paf 15: RewriteEngine on
16: RewriteBase /
1.5 paf 17:
1.26 ! paf 18: RewriteRule ^maximized.htm$ - [L]
1.16 paf 19:
1.13 paf 20: RewriteCond %{REQUEST_URI} !\.
21: RewriteRule ^(.+[^/])$ http://%{SERVER_NAME}/$1/ [L,R,QSA]
22:
1.16 paf 23: RewriteCond %{QUERY_STRING} mode=(xml|debug)
1.23 paf 24: RewriteCond %{REMOTE_ADDR} !^(213\.152\.135|195\.151\.168)
1.16 paf 25: RewriteRule (.*) /_doc.html?request=/404/ [L]
26:
1.23 paf 27: RewriteRule (where2buy/moscow/)metro.gif /_doc.html?request=$1&image=yes [L,QSA]
28: RewriteRule (tariffs/.*/)full/ /_doc.html?request=$1&full=yes [L,QSA]
1.26 ! paf 29: RewriteRule (search/)full/ /_doc.html?request=$1&map=full [L,QSA]
1.13 paf 30:
1.23 paf 31: 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.26 ! paf 32: RewriteCond %{REQUEST_URI} !/_
1.13 paf 33: RewriteRule (.*) /_doc.html?request=$1 [L,QSA]
34:
1.23 paf 35:
36: Options +IncludesNoExec
37: AddType text/html .shtml
38: AddHandler server-parsed .shtml
39:
40: ErrorDocument 404 /_error404.shtml
41: ErrorDocument 500 /_error500.shtml
E-mail: