.htaccess - Cakephp how to remove trailing '/' from url for SEO purpose -


How can I remove '/' follower from the URL?

For example, I have url http://www.example.com/our_story this saves our story page but http: //www.example. Com / our_story / also cites the same page, but our SEO expert says that it is making duplicate pages in Google listings.

My site has already been developed, they are asking me to redirect this URL to http://www.example.com/our_story/ to Http://www.example.com/our_story . How can I get it? I think that .htaccess should help.

You will have to do a 301 redirect. This is not really a cake, PHP releases its more HTAccess.

This link can be helpful.



Comments