## Please edit system and help pages ONLY in the moinmaster wiki! For more ## information, please see MoinMaster:MoinPagesEditorGroup. ##acl MoinPagesEditorGroup:read,write,delete,revert All:read ##master-page:HelpTemplate ##master-date:Unknown-Date #format wiki #language en == Tweaks for getting MoinMoin to work on Hurricane Electric == === Configuring mod_rewrite for nice URLs === {{{ RewriteEngine on # skip directories with stuff in them RewriteRule ^/?classic/ - [last] RewriteRule ^/?modern/ - [last] RewriteRule ^/?applets/ - [last] RewriteRule ^/?rightsidebar - [last] # match WikiWords and arguments and hand them to moin.cgi RewriteRule ^/?(.*)$ ../YourPathTo/moin.cgi/$1 [type=application/x-httpd-cgi] }}} === Display === xxx