Posted 22 мая, 20186 yr comment_147926 Подскажите, в чем может быть проблема, в .htaccess прописаны следующие директивы: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> но с https://inseowork.com/index.php на https://inseowork.com редирект не происходит. В чем моя ошибка? Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/ Share on other sites Больше вариантов
22 мая, 20186 yr comment_147928 Редирект с index.php на главную Чтобы его настроить нужно прописать в .htaccess следующий код, который будет перенаправлять посетителей с адреса site.ru/index.php на site.ru: RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP RewriteRule ^index\.php$ http://site.ru/ [R=301,L] Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147928 Share on other sites Больше вариантов
22 мая, 20186 yr Author comment_147930 Добавила: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP RewriteRule ^index\.php$ http://site.ru/ [R=301,L] </IfModule> Все равно не работает аааааааааа невнимательность но и так все равно не работает ((( <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP RewriteRule ^index\.php$ http://inseowork.com/ [R=301,L] </IfModule> Может, проблема у хостеров? Ничего не понимаю. На других сайтах (правда, Вордпресс), на Бегете эти редиректы работают Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147930 Share on other sites Больше вариантов
22 мая, 20186 yr comment_147931 Esperance А теперь покажите, куда Вы это добавляете? Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147931 Share on other sites Больше вариантов
22 мая, 20186 yr Author comment_147932 Только что, Sipsb сказал: Esperance А теперь покажите, куда Вы это добавляете? В файл .htaccess Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147932 Share on other sites Больше вариантов
22 мая, 20186 yr comment_147933 Только что, Esperance сказал: В файл .htaccess Я понимаю, а где он лежит? Может у вас nginx то htaccess не поможет. Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147933 Share on other sites Больше вариантов
22 мая, 20186 yr Author comment_147934 Хостинг на beget.com/ru 3 минуты назад, Sipsb сказал: Я понимаю, а где он лежит? Может у вас nginx то htaccess не поможет. Sipsb а что тогда поможет? Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147934 Share on other sites Больше вариантов
22 мая, 20186 yr comment_147935 Файл тут правите в корне? Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147935 Share on other sites Больше вариантов
22 мая, 20186 yr Author comment_147936 Sipsb да, конечно в корне Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147936 Share on other sites Больше вариантов
22 мая, 20186 yr comment_147937 Тогда странно, должно работать с таким содержимым. <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> И тут у Вас всё включено? Спойлер Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147937 Share on other sites Больше вариантов
22 мая, 20186 yr Author comment_147938 Да, включено: Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147938 Share on other sites Больше вариантов
22 мая, 20186 yr comment_147939 И кэш чистили? Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147939 Share on other sites Больше вариантов
22 мая, 20186 yr Author comment_147940 Sipsb Ctrl+Shift+R достаточно? Потому что в системе как кеш почистить, я не знаю. Ставила плагин очистки кеша, но он не работает Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147940 Share on other sites Больше вариантов
22 мая, 20186 yr comment_147941 1 минуту назад, Esperance сказал: Ctrl+Shift+R достаточно? Нет 1 минуту назад, Esperance сказал: Потому что в системе как кеш почистить, я не знаю. Спойлер Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147941 Share on other sites Больше вариантов
22 мая, 20186 yr comment_147943 Esperance Вопрос я думаю решен? Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147943 Share on other sites Больше вариантов
22 мая, 20186 yr Author comment_147945 29 минут назад, Sipsb сказал: Вопрос я думаю решен? Да, спасибо Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147945 Share on other sites Больше вариантов
22 мая, 20186 yr comment_147946 Скорее всего не было подключено следующего модуля в apache2?) mod_rewrite или все же кэш? что бы активировать mod_rewrite в apache2 на всякий случай тут оставлю: sudo a2enmod rewrite Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147946 Share on other sites Больше вариантов
22 мая, 20186 yr comment_147948 Emix12 У человека простой хостинг, не VDS. 2 часа назад, Esperance сказал: Может, проблема у хостеров? Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147948 Share on other sites Больше вариантов
22 мая, 20186 yr comment_147956 4 часа назад, Sipsb сказал: Emix12 У человека простой хостинг, не VDS. ну просто как вариант может быть, что бы человек мог хотя бы объяснить что ему надо что бы работало хостеру) Link to comment https://ipbmafia.ru/topic/19863-redirekt-s-indexphp-ne-rabotaet/?&do=findComment&comment=147956 Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.