I am using the default option in permalink. I want to convert my blog URL as follow:
http://domain.com/blog/catogary/postname.htm as google likes it.
How can I do it?
Thanks,
Tim
I am using the default option in permalink. I want to convert my blog URL as follow:
http://domain.com/blog/catogary/postname.htm as google likes it.
How can I do it?
Thanks,
Tim
You can do it by selecting the option ‘Custom, specify below’ and enter below string:
/%category%/%postname%.htm
Then after click on ‘Update Permalink Structure’. You will get the rewrite rules that you have to write in your .htaccess file.
Kailash