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