Заметил баги в globalredirect D6

Главные вкладки

Аватар пользователя Jean-Claude Jean-Claude 14 ноября 2012 в 13:00

D6

сегодня заметил в индексе кучу левых страниц, которые мне достались от quicktabs

httр://site.ru/statya?order=title&sort=desc
и тому подобное

я конечно могу и роботс прописать, но
как же так, подумал, ведь не зря же я ставил globalredirect

проверил, в итоге баги, или я не прав?

на странице httр://site.ru/statya?order=title&sort=desc
каноникал тот же самый httр://site.ru/statya?order=title&sort=desc

проверка учета регистра не пашет httр://site.ru/StaTya?order=title&sort=desc
а раньше то работало

проверил версии 1,4 и 1,5

че делать, куда стучать? Smile

Комментарии

Аватар пользователя volocuga@drupal.org volocuga@drupal.org 14 ноября 2012 в 13:38

Из заявленных фич данного модуля
«
Checks the current URL for an alias and does a 301 redirect to it if it is not being used.
Checks the current URL for a trailing slash, removes it if present and repeats check 1 with the new request.
Checks if the current URL is the same as the site_frontpage and redirects to the frontpage if there is a match.
Checks if the Clean URLs feature is enabled and then checks the current URL is being accessed using the clean method rather than the 'unclean' method.
Checks access to the URL. If the user does not have access to the path, then no redirects are done. This helps avoid exposing private aliased node's.
Make sure the case of the URL being accessed is the same as the one set by the author/administrator. For example, if you set the alias "articles/cake-making" to node/123, then the user can access the alias with any combination of case.»

т.е работает как положено