= Server Side Redirect from a Wiki Page = == Description == This plug-in allow to place a redirect macro at the start of any wiki page which will cause an server side redirect when the wiki page is viewed. This plug-in is compatible with the client side redirect macro TracRedirect. A protection for 1st (A-A) and 2nd (A-B-A) order redirect loops is implemented, but higher order loops (A-B-C-A, etc.) must be handled by the browser or the user. Firefox 3 handles redirect loops well. == Bugs/Feature Requests == Existing bugs and feature requests for ServerSideRedirectPlugin are [report:9?COMPONENT=ServerSideRedirectPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ServerSideRedirectPlugin&owner=martin_s new ticket]. == Download == Download the zipped source from [download:serversideredirectplugin here]. == Source == You can check out ServerSideRedirectPlugin from [http://trac-hacks.org/svn/serversideredirectplugin here] using Subversion, or [source:serversideredirectplugin browse the source] with Trac. == Example == The following 'macro' will cause a redirect to the ''!OtherWikiPage''. Any other [TracLinks TracLink] can be used. {{{ [[redirect(OtherWikiPage)]] }}} == Recent Changes == [[ChangeLog(serversideredirectplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:martin_s] [[BR]] '''Contributors:'''