yashsaxena
05-23-2011, 12:10 PM
Hello All
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]
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]