|
You are not "converting" pages to html on publishing. The pages are html pages no matter what, the question is at what address they appear. mod_rewrite simply translates one address to another.
Think of having call forwarding on your phone. If you have your home phone forward to your cell phone, I as the caller don't know that. I just dial the old number (in this case "widget.hmtl") and it takes me to the new number (in this case "widget").
Any cms will work with this process (as will any static page). It's like asking "what phone should I use with call forwarding?" It doesn't really matter. It's happening at the switching level, not the phone level. So to this is at the server level, not the cms level.
So, I like Drupal, but there are many others and some of those might suit your needs better.
|