################################################################################ # # Apache rewrite configuration file. # # The rewrite configuration holds the standard rewrite configuration options, # common to all virtual hosts. Editing of this file is discouraged. If this # results in difficulties, please contact apache@rz.uni-karlsruhe.de. RewriteEngine on #RewriteLogLevel 2 #RewriteLog logs/rewrite_log # Legacy RewriteRule ^/~([^/]*)/cgi-bin/nph-(.*) /cgi-bin/nph-user/$1/nph-$2 [PT,L] RewriteRule ^/~([^/]*)/cgi-bin/(.*) /cgi-bin/user/$1/$2 [PT,L]