I am replicating this wordpress website without having access to database or admin login.
http://www.csqx.org
I can simply copy the article title, content and meta data to new wordpress installation. But I am facing problems in the permalinks structure.
The posts have following permalinks structure:
csqx.org/545473-Kablonet.html
csqx.org/143194-Aplikasi-Android.html
etc...
I can easily replicate the URL by adopting permalinks structure:
/%postname%.html
But, date based archives has this structure:
csqx.org/archive-2011-07.html
csqx.org/archive-2011-11.html
how do I achieve this? Any plugin or .htaccess edit can do this?
thank you in advance.