Just a quick fix for a tag link issue I came across.
broken url:
domain.com/tag/two word.html
if you take the spaces in the URL and replace them with pluses (‘+’) it’ll work. For example:
fixed url:
domain.com/tag/two+word.html
Just a quick fix for a tag link issue I came across.
broken url:
domain.com/tag/two word.html
if you take the spaces in the URL and replace them with pluses (‘+’) it’ll work. For example:
fixed url:
domain.com/tag/two+word.html