Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

werty222

Newbie
  
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

werty222's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

1

Reputation

  1. господа, нашел наконец-то решение. убрал сео про, почистил кэш систем и браузер, убрал все редиректы с хостинга, восстановил изначальный htaccess и добавил в него такие строки: RewriteCond %{HTTP_HOST} ^www.cite.ru$ [NC] RewriteRule ^(.*)$ http://cite.ru/$1 [R=301,L] 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] RewriteCond %{QUERY_STRING} ^route=common/home$ RewriteCond %{REQUEST_METHOD} !^POST$ RewriteRule ^index\.php$ http://%{HTTP_HOST}? [R=301,L] всё. код убирает дубли с www, index.php, index.php?route=common/home, /. метод работает на opencart 2.2.0.0.
  2. у меня opencart 2.2.0.0. такая же ситуация. избавиться от index.php?route=common/home просто невозможно... еще и не работают seo url категорий, которые доступны только по ссылкам на страницах
  3. Прошу помочь со следующей ситуацией. Пытался настроить редирект главной, для этого внес изменения в response.php. Дубль главной ушел, но на всех страницах появилась в адресе "?_route_=". Вернул исходный файл response.php, но всё равно все страницы переадресовываются на адрес с "?_route_=", пример http://cite.ru/slon на http://cite.ru/?_route_=slon все товары, категории, страницы информации, всё... как это убрать? в чем проблема? кэш почистил...
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.