--- parser3/www/htdocs/Attic/.htaccess 2002/08/15 10:13:20 1.7 +++ parser3/www/htdocs/Attic/.htaccess 2005/06/06 08:45:12 1.44 @@ -1,26 +1,26 @@ -#setenv TEST /foo/bin2 -#setenv HTTP_TEST /foo/bin3!2 -#setenv HTTP_PARSER_SITE_CONFIG /foo/bin3! -#setenv DOCUMENT_ROOT /test/3 +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 +#AddHandler parser3-handler html +AddHandler parsed-html html +Action parsed-html /cgi-bin/debug/parser3 +#Action parsed-html /cgi-bin/release/parser3 +#Action parsed-html /cgi-bin/ReleaseHEAD/parser3 +#Action parsed-html /cgi-bin/DebugHEAD/parser3 +#Action parsed-html /cgi-bin/ProfileDebug/parser3 +#Action parsed-html /cgi-bin/DebugV7/parser3 +#Action parsed-html /cgi-bin/p2Debug/parser2 +#Action parsed-html /cgi-bin/release310/parser3 +#Action parsed-html /cgi-bin/release308/parser3 +#Action parsed-html /cgi-bin/release311/parser3 +#Action parsed-html /cgi-bin/release312/parser3 +#Action parsed-html /cgi-bin/release313/parser3 +#Action parsed-html /cgi-bin/release314/parser3 -addhandler parser3-handler .html -addhandler parser3-cgi-handler .cgihtml -action parser3-cgi-handler /cgi-bin/parser3 +RewriteEngine on +RewriteRule ^news/(.*) /_doit.html?request=$1 -order deny,allow -deny from all - -#design network -allow from 195.218.200 -allow from 192.168 -allow from 213.152.135 - -#satisfy any -# AuthType basic -# AuthName "parser3" -# AuthUserFile Y:\parser3project\parser3\www\htdocs\.htpasswd -# Require valid-user - - -rewriteengine on -rewriterule test\.xls /xls-test.html +AddType application/octet-stream .exe