Версия 1.5.5.1.1., по адресу /index.php?route=information/sitemap не открывает вообще ничего, тип ЧПУ SeoPro, окончание html
В htaccess написано следующее:
RewriteBase /
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
# Редирект c www на без www
RewriteCond %{HTTP_HOST} ^www.site.com.ua
RewriteRule ^(.*)$ http://site.com.ua/$1 [R=301,L]
# Редирект для главной (с /index.php на /)
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\ HTTP/
RewriteRule ^index\.html$ / [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ / [R=301,L]
П.С. вместо site.com.ua указан реальный адрес.