RewriteEngine on

RewriteRule ^view/(.*).html$ index.php?param=$1 [L]
RewriteRule ^rss/(.*).xml$ rss.php?param=$1 [L]
