Diff for /parser3/www/htdocs/Attic/.htaccess between versions 1.23 and 1.39

version 1.23, 2003/12/10 14:17:45 version 1.39, 2004/08/03 11:18:22
Line 1 Line 1
   deny from 195.239.227.18 
   deny from 194.84.132.18
   deny from 62.32.47.130
   deny from 62.32.63.235
   
 #apache  #apache
 #AddHandler parser3-handler html  #AddHandler parser3-handler html
 AddHandler parsed-html html phtml  AddHandler parsed-html html
 Action parsed-html /cgi-bin/debug/parser3  #Action parsed-html /cgi-bin/debug/parser3
 #Action parsed-html /cgi-bin/release/parser3  Action parsed-html /cgi-bin/release/parser3
 #Action parsed-html /cgi-bin/ReleaseHEAD/parser3  #Action parsed-html /cgi-bin/ReleaseHEAD/parser3
 #Action parsed-html /cgi-bin/DebugHEAD/parser3  #Action parsed-html /cgi-bin/DebugHEAD/parser3
 #Action parsed-html /cgi-bin/ProfileDebug/parser3  #Action parsed-html /cgi-bin/ProfileDebug/parser3
Line 11  Action parsed-html /cgi-bin/debug/parser Line 16  Action parsed-html /cgi-bin/debug/parser
 #Action parsed-html /cgi-bin/release310/parser3  #Action parsed-html /cgi-bin/release310/parser3
 #Action parsed-html /cgi-bin/release308/parser3  #Action parsed-html /cgi-bin/release308/parser3
 #Action parsed-html /cgi-bin/release311/parser3  #Action parsed-html /cgi-bin/release311/parser3
   #Action parsed-html /cgi-bin/release312/parser3
 #addtype 'multipart/related;boundary="===== This is the multipart mime bounda=====184532178"'  html  #Action parsed-html /cgi-bin/release313/parser3
 #addtype        application/x-x509-user-cert cer  
   
   
 RewriteEngine on  
 RewriteBase /  
   
   
 RewriteRule ^(_|maximized) - [L]  
   
 RewriteRule ^parser- - [L]  
   
   
 RewriteCond %{REQUEST_URI} !\.  
 RewriteRule ^(.+[^/])$ http://%{SERVER_NAME}/$1/ [L,R,QSA]  
   
 RewriteCond %{QUERY_STRING} mode=(xml|debug)  
 RewriteCond %{REMOTE_ADDR} !^(213\.152\.135|195\.151\.168)  
 RewriteRule (.*) /_doc.html?request=/404/ [L]  
   
 RewriteRule (where2buy/moscow/)metro.gif  /_doc.html?request=$1&image=yes [L,QSA]  
 RewriteRule (tariffs/.*/)full/  /_doc.html?request=$1&full=yes [L,QSA]  
   
 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)$  
 RewriteRule (.*)  /_doc.html?request=$1 [L,QSA]  
   
   
 Options +IncludesNoExec  
 AddType text/html .shtml  
 AddHandler server-parsed .shtml  
   
 ErrorDocument 404 /_error404.shtml  
 ErrorDocument 500 /_error500.shtml  

Removed from v.1.23  
changed lines
  Added in v.1.39


E-mail: