Hi Guys,
I have been sticking to the old (2.1) version of WordPress for long time. I was having foreign language character issues with the database but I finally figured it out.
However, once I upgraded to the latest. My url structure got messed up.
I have been using this string for permalinks:
/%postname%.htm
which was generationg
/post-slug.htm
/page-slug/
upon upgrade,
/post-slug.htm (which is fine)
/page-slug ( I lost the slash "/" at the end)
which caused other plugins (paged comments) are failing.
Is there anyway you could help me out here?