This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 33 lines
!!! Overview
[{$pagename}]
\\
Sometimes it's useful to have one page ''really'' mean some other page. For example, you might have a page called "Page Aliases", but you would also like people to have it available under "Aliases". In such a case, you can use a "page alias":
{{{
[{SET alias='PageAliases'}]
}}}
Every time someone views the page "Aliases", they will be automatically redirected to this page. This is very useful if you want to be able to use the irregular plural forms, for example. Normally, JSPWiki does recognize english language plural forms of pages properly, but it's not smart enough to recognize certain forms, such as "aliases".
! General redirection
It's also possible to redirect any page to some other page. The system administrator can set the "jspwiki.specialPage" -redirect from jspwiki.properties, but by setting:
{{{
[{SET redirect='http://www.jspwiki.org'}]
}}}
on a page, any visits to that page will be promptly redirected to "www.jspwiki.org".
! Editing the [{$pagename}] pages
Well, obviously you cannot click on the "Edit this page" -link, because you are redirected every time you try to view a page. You can, however, edit the page directly by just writing {{Edit.jsp?page=''pagename''}} after the base url.
!! Category
%%category [JSPWiki-2.10.3]%%
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]