Очень нужна помощь
Перенес сайт на впс-ку с панелью plesk. Нужно увеличить max_input_vars. Изменение в php.ini не помогает. В панели возможности изменить не нашел. Прописывание в htaccess
php_value max_input_vars 5000 приводит сайт к 500 ошибке. Может кто-то знает как в этой панели внести изминения?
Options +SymLinksIfOwnerMatch
Options -Indexes
<FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log|(?<!robots)\.txt))">
Require all denied
</FilesMatch>
RewriteEngine On
RewriteCond %{HTTP_HOST} site.com.ua
RewriteRule (.*) https://site/$1 [R=301,L]
RewriteCond %{HTTP_HOST} vataga.com.ua
RewriteRule (.*) https://site/$1 [R=301,L]
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/neoseo_fast_sitemap [L]
RewriteRule ^sitemap([^\.]+).xml$ index.php?route=feed/neoseo_fast_sitemap&path=$1 [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
RewriteCond %{HTTP:X-Forwarded-Proto} =http [OR]
RewriteCond %{HTTP:X-Forwarded-Proto} =""
RewriteCond %{HTTP:X-HTTPS} !1 [OR]
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !robots\.txt
Перенес сайт на впс-ку с панелью plesk. Нужно увеличить max_input_vars. Изменение в php.ini не помогает. В панели возможности изменить не нашел. Прописывание в htaccess
php_value max_input_vars 5000 приводит сайт к 500 ошибке. Может кто-то знает как в этой панели внести изминения?
Options +SymLinksIfOwnerMatch
Options -Indexes
<FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log|(?<!robots)\.txt))">
Require all denied
</FilesMatch>
RewriteEngine On
RewriteCond %{HTTP_HOST} site.com.ua
RewriteRule (.*) https://site/$1 [R=301,L]
RewriteCond %{HTTP_HOST} vataga.com.ua
RewriteRule (.*) https://site/$1 [R=301,L]
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/neoseo_fast_sitemap [L]
RewriteRule ^sitemap([^\.]+).xml$ index.php?route=feed/neoseo_fast_sitemap&path=$1 [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
RewriteCond %{HTTP:X-Forwarded-Proto} =http [OR]
RewriteCond %{HTTP:X-Forwarded-Proto} =""
RewriteCond %{HTTP:X-HTTPS} !1 [OR]
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !robots\.txt
Последнее редактирование: