2
would also like it to name the html to either the page title or the wrapped html name.
would this be possible? I'm sure you gurus out there would know this easy.
I know I can change
RewriteRule ^rewrite/tc_(.*).html$ index.php?id=$1 [L]
to
RewriteRule ^rewrite/[b]topic-of-content[/b]_(.*).html$ index.php?id=$1 [L]
but if the content varies over a few topics then it's not that usefull.
main thing though is the permanent redirect..