I have a wordpress site and would like to setup custom URLs. Normally, I can use the wordpress permalinks settings to take a URL like:
http://example.com/p=14
to
http://example.com/category/post-name
But what I want is:
http://example.com/category-post-name.html
Or, even better,
http://example.com/keyword-category-post-name.html
To be clear, "keyword" would always be the same for every URL. It's not a variable.
Getting the .html to show up is no problem, the parts I'm having a problem with are getting the keyword to be inserted in all the URLs just before the category name, and to remove the / that normally would be between the category and post / page name.