Hoi, there are some modules/methods out there in order to force lower case letters in the URL. Apparently such a module or alteration is running. Switch it off to get back to the standard camel case URLs.
If you want to have lower case characters only, use or write a module that does the re-writing properly. The most simple method (without causing DC) is most likely using the transliteration lists: A => a, etc. Have a good weekend! Marco From: [email protected] [[email protected]] on behalf of Manuel Reiß [[email protected]] Sent: Friday, June 19, 2015 2:16 PM To: [email protected] Subject: Re: [oxid-dev-general] SEO URL Hi Mirza, OXID generates canonical URLs to prevent duplicate content issues. So maybe your "SEO guys" should take a look at the code before coming up with crazy ideas :) Best, Manuel [email protected] | www.mediaopt.de derksen mediaopt gmbh | elbestrasse 28/29 | 12045 berlin | +49 (30) 34 09 42-77 | fax-66 | Amtsgericht Charlottenburg | HRB 120935 B | ust.-id DE265886017 | geschäftsführer dipl.-ing. philipp derksen Am 19.06.2015 um 13:23 schrieb Mirza Ahtasham Ahmad: Hi Guys, I have a problem, the SEO Decoder always performs a strtolower first and then gets the ident of the URL. Now the problem is that, two url came to exist. /Bekleidung/Fashion/Accessoires/Kuyichi-Lederguertel-JEVER.html /bekleidung/fashion/accessoires/kuyichi-lederguertel-jever.html my SEO guys are saying that this is bad and I have to setup only the one with lowercase and the other should have a redirect on lowercase urls. So is there any fix to that or am I thinking or doing something wrong here?? Thanks for your quick feedback. Mit freundlichen Grüßen | Warm Regards, Mirza Ahmad M +4917645387460 | Skype: ahtasham82 _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
