[TYPO3-doc] stable URI-paths in the wiki

Daniel Bruessler danielb at typo3.org
Sat Mar 6 00:32:45 CET 2010


These two are really easy now:

#for the TSref pages
RewriteRule ^(wiki/)*([A-Za-z][a-z]:)*TSref(.*)*$
/index.php?title=$2TSref$3 [L]

#just for some pages in the moment (2010-03-05)
RewriteRule ^(wiki/)*([A-Za-z][a-z]:)*(Main_Page|doc_template)$
/index.php?title=$2$3 [L]


== DocTeam ==
Want to help? Just see what topics you're interested in and join us!
http://typo3.org/teams/documentation-team/
http://forge.typo3.org/projects/show/team-docteam


More information about the TYPO3-project-documentation mailing list