how do I achieve this date based archives permalinks structure? domain.com/archive-2011-10.html Any plugin or .htaccess edit can do this? thank you in advance.
it is custom permalink structure. just login admin panel..click setting and then click permalinks. There will be option of "Custom Structure". click its radio button and then paste the following line. "/%postname%-%year%-%monthnum%.html"
No, because this is not permalink of a post. It is permalink of the date archive. Permalink of posts are something like: 688335-this-is-the-title.html
Try this structure in the permalink settings /archive-%year%-%month%.html But, this produces same post names again and again with a number attached. So, the 10 in your example stated above, might be the postid, but not the month. Just my 2 cents.