# $Id$ AddDefaultCharset utf-8 RewriteEngine On # Rewrite /~foo/blah/bluh -> /index.php?u=foo RewriteCond %{QUERY_STRING} ^(.+)$ RewriteRule ^~([^/]+)/(.*)$ /index.php?%1&u=$1 [L] RewriteRule ^~([^/]+)/(.*)$ /index.php?u=$1 [L] #RewriteCond %{QUERY_STRING} ^(.+)$ #RewriteRule ^blog/(rss|rss20|rss20.xml)$ /blog/index.html?%1&mode=rss20 [L] RewriteCond %{REQUEST_URI} !^/*index\.php.* RewriteCond %{REQUEST_URI} !^/favicon\.ico RewriteCond %{REQUEST_URI} !^/gnaa\.png RewriteCond %{REQUEST_URI} !^/$ RewriteCond %{REQUEST_URI} !^/(images|stats|flash).* RewriteRule ^(.*) /index.php?%{QUERY_STRING} [L] #RewriteCond %{REQUEST_URI} !^/~.* #RewriteCond %{REQUEST_URI} !^/~ #RewriteRule ^/.* /index.php [R=permanent,L] #ErrorDocument 404 /index.php