Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Добрый день.
Переезжаю на vds и столкнулся с такой проблемой.
Сайт выдает 500 Internal Server Error
В логах
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use LimitInternalRecursion to increase the limit if necessary. Use LogLevel debug to get a backtrace.
ТП сказала что проблемы в .htaccess и посоветовала обратиться к разработчикам или программисту )))
Вот содержимое моего .htaccess
Подскажите что подправить?Код:DirectoryIndex index.html index.php <IfModule mod_rewrite.c> RewriteEngine on # Pleas note that RewriteBase setting is obsolete use it only in case you experience some problems with SEO addon. # Some hostings require RewriteBase to be uncommented # Example: # Your store url is http://www.yourcompany.com/store/cart # So "RewriteBase" should be: # RewriteBase /store/cart # RewriteBase / RewriteCond %{REQUEST_FILENAME} !\.(png|gif|ico|swf|jpe?g|js|css)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php?sef_rewrite=1 [L,QSA] </IfModule> php_value max_input_vars 100000
apachectl -t -D DUMP_MODULES
Спасибо за ответ. Ну по логике если я удаляю старый .htaccess и автоматом создается новый. Значит дело не в нем? По идее либо плагин, либо хостер значит.Тут вопрос к хостеру, если периодически.
Есть 3 основных причины 500-ой ошибки у WP:
1) .htaccess
2) Шаблон кривой
3) Плагин кривой