# htaccess example # # blogsym uses "htaccess" in the source directory # to create ".htaccess" in the target directory Options FollowSymLinks RewriteEngine On RewriteBase /blog RewriteRule ^(200.)(..)(..)-(...).html $1/$2/$1$2$3-$4.php [R] RewriteRule (200.)/(..)/......(..)-(...).html $1/$2/$1$2$3-$4.php [R] RewriteRule ^(.*).rss $1.xml [R] RewriteRule ^$ 2005/05/20050511-FIN.php [R] RewriteRule ^index.html$ 2005/05/20050510-FIN.php [R] RewriteRule ^finnish/ 2005/05/20050510-FIN.php [R] RewriteRule ^english/ 2005/05/20050510-FIN.php [R] ## EOF