Help:Wiki URL Rewriting
From Textpattern CMS User Documentation
A record of URL playing here.
Forcing textbook.textpattern.net
The .htaccess consists of
RewriteCond %{HTTP_HOST} ^www\.textpattern|^textpattern\.net [NC]
RewriteRule (.*) http://textbook.textpattern.net/$1 [L,R=Permanent]
This will match either www.textpattern.net or textpattern.net and redirect it to textbook.textpattern.net.
Got the idea for this from John Gruber at Daring Fireball
Forcing docs.textpattern.com
This would be the ideal URL, is it possible considering TxB is on .net and not .com? -- Destry 13:28, 8 October 2008 (UTC)




