URL hyphens to underscores?
Permalink
Hey,
we've encountered an annoying problem with the urls. Client has made some QR-codes before publishing the website and we've been building our sitemap that way.
Unfortunately the QR-code's URL has underscores instead of hyphens and now it's giving us a headache. We've tried to add extra url from the page setup, but it doesn't work if it's second child page, example:
- this doens't work: /b_to_b/product_1, because it changes it to this: /b-to-b/product_1
Is there any way to change hyphens to underscores? Or maybe for the future it could be possible to decide it from the dashboard?
I know the hyphens are better for the Google, but sometimes this kind of problems occur...
Thank you for the answers and have a pleasant summer :)
we've encountered an annoying problem with the urls. Client has made some QR-codes before publishing the website and we've been building our sitemap that way.
Unfortunately the QR-code's URL has underscores instead of hyphens and now it's giving us a headache. We've tried to add extra url from the page setup, but it doesn't work if it's second child page, example:
- this doens't work: /b_to_b/product_1, because it changes it to this: /b-to-b/product_1
Is there any way to change hyphens to underscores? Or maybe for the future it could be possible to decide it from the dashboard?
I know the hyphens are better for the Google, but sometimes this kind of problems occur...
Thank you for the answers and have a pleasant summer :)
How many QR codes are there?
You could set up redirects to point the QR code URLs to the new locations, either through your .htaccess file or through paid c5 addons such as
URL Director:http://www.concrete5.org/marketplace/addons/url-director/...
SEO 301 Redirects:http://www.concrete5.org/marketplace/addons/seo-301-redirects/...
You could set up redirects to point the QR code URLs to the new locations, either through your .htaccess file or through paid c5 addons such as
URL Director:http://www.concrete5.org/marketplace/addons/url-director/...
SEO 301 Redirects:http://www.concrete5.org/marketplace/addons/seo-301-redirects/...
Example:
- /page-number-1/page-number-2/page-number-3, should be done page_number_1/page_number_2/page_number_3, and not just /page_number_3 or page_number_2/page__number_3
Sorry for the hassle.