Search Webteam
URL shortcuts
As page URLs are somewhat unwieldy, e.g. this page's URL is "https://www.ttc.org.nz/pmwiki/pmwiki.php/Webteam/URLShortcuts
",
there is a way to create URL shortcuts for use in publications etc.
URL shortcuts exist for
- bushcraft
- centenary
- climbingcrew
- clubnight
- contacts
- download
- expedition
- FITT
- join
- leadingtheway
- onlinemeetings
- photocompetition
- plb
- resources
- rules
- socialcommittee
- survey
- tararuafootprints
- tararuaguide
- tararualodge
- tararuatramper
- trips
- updatedetails
- van
- youth
Creating URL shortcuts
Use the following code example, from the file photocompetition.html
,
<!--#include virtual="/pmwiki/pmwiki.php?n=Photos/PhotoCompetition" --> <head> <meta HTTP-EQUIV="REFRESH" content="0; url=/pmwiki/pmwiki.php?n=Photos/PhotoCompetition"> </head>
to customise into a separate file and add it to the public_html
directory on the webserver.
The URL shortcut is, for example https://ttc.org.nz/photocompetition
.