2009/4/22 Matthias Korn <[email protected]>: > Hi, > > I need to redirect people entering our wiki through a specific domain > or using a specific skin (I only need one of both distinctions) to a > specific page. > > I thought ParserFunctions might be one way to go, but when I do > {{#ifeq: 1 | 1 | #REDIRECT [[Specific Page]]}} it prints the redirect > instead of redirecting. > > Any ideas? Maybe other solutions?
I can't think of any way that could be done using wikitext. I would suggest just using an HTTP redirect on your server, assuming you have access to the relevant config files. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
