second url for a page with a "dot" not allowed?
Permalink
Hi,
We migrating a client's website, and as part of the redirection, we are setting up as second URL the url of the old website (very handy for SEO..)
But on his old site, some pages have a "dot" in them and concrete5 doesnt like them and replace them with "-"
For instance, a page "/category.id/18" will be automatically changed to "/category-id/18"
I tried to change this "-" in teh database as well, but still not picking up?
any workaround?
thanks
We migrating a client's website, and as part of the redirection, we are setting up as second URL the url of the old website (very handy for SEO..)
But on his old site, some pages have a "dot" in them and concrete5 doesnt like them and replace them with "-"
For instance, a page "/category.id/18" will be automatically changed to "/category-id/18"
I tried to change this "-" in teh database as well, but still not picking up?
any workaround?
thanks
Check sanitizeFileSystem() in text helper class if you use ver.5.4.1.
It replaced "." to "-".