Help for this page

Select Code to Download


  1. or download this
    # 
    # change the "use lib" directive in apache_rw.pl accordingly!
    ...
    RewriteCond %{QUERY_STRING} ^(.*)$
    # filter the query_string too
    RewriteRule ^(/news.*)$     ${news_map:$1?%1} [L,R] [NE]
    
  2. or download this
    # creator   : Tom Regner <regner@dievision.de>
    # created   : Mon 13 Jan 2003 01:47:26 PM CET
    ...
            params => $nl_params,
        },
    };
    
  3. or download this
    #!/usr/bin/perl -w
    # creator   : Tom Regner <regner@dievision.de>
    ...
        }
        print $line;
    }