support 447 Posted March 21, 2014 Report Share Posted March 21, 2014 (edited) На некоторых хостингах, нужно вносить небольшую правку в .htaccess файлы. Проверьте, возможно, что это как раз Ваш случай. После RewriteEngine On добавляйте: В .htaccess в корневой папке добавить: RewriteBase / В .htaccess в папке /app добавить: RewriteBase /app/ В .htaccess в папке /app/webroot/ добавить: RewriteBase /app/webroot/ Edited August 7, 2015 by VaM Link to post Share on other sites
support 447 Posted October 6, 2016 Author Report Share Posted October 6, 2016 Либо можно попробовать в .htaccess файл в корневой папке магазина добавить: RewriteCond %{ENV:REDIRECT_STATUS} 200 RewriteRule .* - [L] " Link to post Share on other sites
support 447 Posted March 1, 2017 Author Report Share Posted March 1, 2017 Если на хостинге cPanel и не запускается установка, пишет 500 ошибку. Текст ошибки в error log файле: Request exceeded the limit of 10 internal redirects due to probable configuration error Попробуйте взять вот этот набор .htaccess файлов. vamshop-htaccess-cpanel.zip Текущий набор файлов: cpanel-vamshop2.zip Link to post Share on other sites
Recommended Posts