Search code examples
wordpress.htaccesshttp-redirectpermalinksapostrophe

Remove apostrophe from wordpress posts URL


The issues we have 'long listed posts' which contains 's in permalinks , we regularly update the wordpress so no longer now access the 's permalinks , when we open 's urls's it'll show the 404 page , these happen with only old posts for new 's is removed wordpress automatically.

i.e Orginal Url : http://localhost/test-new/world%E2%80%99s-most-popular-new-test-company-with-big-impactswe/

wants to Replace with

http://localhost/procument-new/worlds-most-popular-new-gen-companies-with-big-impacts/

in short we wants to remove 's from permalinks

suggest me , and thank you in advance .


Solution

  • It is Resolved , actually i did mistake i put the code in but it is not need wrap inside

    RewriteRule ^(.)’(.)$ /$1$2 [R=301,L]

    RewriteRule ^(.)'(.)$ /$1$2 [R=301,L]