1. Hi, I have read on Google Webmaster Central that "don’t both return a 200 response code, but that one version redirects to the other."
I have checked my URLs and both with trailing slash and non-trailing slash return 200 OK response.
What I want to do now is 301 the other URL like this:
http : // www .mywebsite.com/category/post = 200 OK
http : // www .mywebsite.com/category/post/ = 301 Moved Permanently
While in the directory:
http : // www .mywebsite.com/category/cat-title = 200 OK
http : // www .mywebsite.com/category/cat-title/ = 301 Moved Permanently
I have tried several wordpress plugin for permalink redirect but none work. So, .htaccess would be my last resort. Please tell me how to do this. Thanks in advance.