I’ve added some .htaccess trickery to xith.org, to make the links nicer so google will find them better, and make any future changes to the wiki software easier.
Instead of http://xith.org/tiki-index.php?page=Intro, you should now use http://xith.org/Intro when linking to wiki pages on xith.org.
Apache will translate anything which starts with a capital letter into its correct Wiki page.
FYI, my .haccess file is:
RewriteEngine On
RewriteRule ^([A-Z].*)$ tiki-index.php?page=$1
Note to the other site admins - don’t create any directories which start with capital letters!
Will.