Page is a not externally linkable
jake66 - 8:41 am on Aug 2, 2006 (gmt 0)
or RewriteRule ^/?(stuff)/([^/]*)\.html$ index.php?stuff_id=$2&%{QUERY_STRING} [NC]
what about a rule like:
RewriteRule ^([^/]*)\.html$ $1.php?%{QUERY_STRING} [NC]