When I add a comma in a URL it shows up as %2c% . But this site's URL has a comma.
How do I write my URL so it appears to visitors as a comma and not as %2c%?
When I add a comma in a URL it shows up as %2c% . But this site's URL has a comma.
How do I write my URL so it appears to visitors as a comma and not as %2c%?
%2c
is directly equivalent to a comma. You shouldn't see any difference in behaviour between the two. (Do you?)
The site you link to uses url rewriting, that's why commas are shown. They are not generated through a post.
BR