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

MoinMoinInstall (last edited 2009-03-28 23:12:12 by ChrisSeidel)