jimmiz Posted June 22, 2013 Share Posted June 22, 2013 (edited) Подскажите пожалуйста, как избавиться от перенаправления на index.php когда переходишь на корень сайта? т.е. я ввожу http://meb-yar.ru а попадаю на http://meb-yar.ru/index.php Такое перенаправление не любят ни поисковики, ни каталоги. В .htaccess нет ничего кринимального: <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^meb-yar.ru$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again <IfModule php5_module> php_value max_input_vars 5000 </IfModule> а что еще на это может повлиять не знаю. Edited June 22, 2013 by jimmiz (see edit history) Link to comment Share on other sites More sharing options...
absent Posted June 22, 2013 Share Posted June 22, 2013 чпу включи и всё Link to comment Share on other sites More sharing options...
jimmiz Posted June 22, 2013 Author Share Posted June 22, 2013 Нашел в чем причина была, отключил в меню Настройки - SEO и URLs опцию "Автоматическая переадресация на Канонические URL" и index.php перестал подставляться. Link to comment Share on other sites More sharing options...
absent Posted June 22, 2013 Share Posted June 22, 2013 я и написал, включи чпу Link to comment Share on other sites More sharing options...
jimmiz Posted June 22, 2013 Author Share Posted June 22, 2013 ЧПУ я не включал, потому что у меня тогда уже созданный каталог не работает. Link to comment Share on other sites More sharing options...
absent Posted June 22, 2013 Share Posted June 22, 2013 а без чпу плоховато... Link to comment Share on other sites More sharing options...
Recommended Posts