2012-08-17, 23:07:30
Solved.
This goes before the last rule in the htaccess file:
Thanks for the pointers folks.
Code:
RewriteRule (.+)\.html$ http://www.website-address-goes-here.com/$1/ [R=301,NC]
This goes before the last rule in the htaccess file:
Code:
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
Thanks for the pointers folks.