Hi Lars, Am Samstag, den 24.10.2015, 06:52 +0200 schrieb Lars Kruse: > Hi, > > > Am Sat, 24 Oct 2015 01:22:31 +0200 > schrieb Paul Boddie <[email protected]>: > > > Now you just have to write the action. ;-) > > I use the apache config snippet below for redirecting requests via apache's > "rewrite" module. > Or did you refer to a moinmoin "action"? > > Cheers, > Lars > > > # dummy empty directory > Alias /deferrer/ /var/www/deferrer/ > <Directory /var/www/deferrer> > Require all granted > RewriteEngine On > RewriteRule ^https:.(.*)$ https://$1 [R,L] > RewriteRule ^http:.(.*)$ http://$1 [R,L] > RewriteRule ^ftp:.(.*)$ ftp://$1 [R,L] > RewriteRule ^.*$ https://fallback.example.org/ [R,L] > </Directory>
And how do you set external links in wiki pages? http://www.domain.tld/deferrer/http://www.hello.de Ciao! ------------------------------------------------------------------------------ _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
