Re: HideReferringPage
Paul Boddie <[email protected]> Sat, 24 Oct 2015 13:07:48 +0200
| Newsgroups | gmane.comp.web.wiki.moin.general |
|---|---|
| Message-ID | <[email protected]> |
On Saturday 24. October 2015 06.52.45 Lars Kruse wrote: > > 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"? I really meant a Moin action to provide a gateway to external sites, so you would start out with a link like this: http://moinmo.in/ This would get rewritten using the url_mappings (suggested by Marcus) to... http://yoursite/moin?action=ExternalLinkAction&url=http%3A%2F%2Fmoinmo.in%2F And the action would interpret the url argument and perform the redirect. Paul ------------------------------------------------------------------------------