# HG changeset patch # User Paul Boddie # Date 1378592524 -7200 # Node ID 5a4a78450cf6b03939d51a4ae03b11089fc42d63 # Parent 155fe80962277ec34ac89d8ef31c631cd6c89954 Added a fragment of a potential .htaccess file dealing with redirection. diff -r 155fe8096227 -r 5a4a78450cf6 config/mailmanwiki-redirect-htaccess --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/mailmanwiki-redirect-htaccess Sun Sep 08 00:22:04 2013 +0200 @@ -0,0 +1,7 @@ +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^x/(.*) /redirect.py/$1 [PT,L,QSA] + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^pages/viewpage.action /redirect.py [PT,L,QSA]