Hello, Can any one tell me how to redirect the url having comma and space after .html Like: <url>.html,<space> i have tried this and none of this working RewriteRule ^abc\/xyz\.html,$ /abc/xyz.html [r=301,nc] RewriteRule ^abc\/xyz\.html\,\ $ /abc/xyz.html [r=301,nc] RewriteRule ^abc\/xyz\.html,\ $ /abc/xyz.html [r=301,nc] RewriteRule ^abc\/xyz\.html\, $ /abc/xyz.html [r=301,nc]