Я пытался отключить кеш, а также пробовал перенаправление в .htaccess, но безуспешно.
Вот моя текущая конфигурация .htaccess:
Код: Выделить всё
RewriteEngine On
# Redirect http to https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI}
# Avoid existing
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
# Disable Varnish cache and redirect everything
Header add "Cache-Control" "no-cache"
RewriteRule ^(.*)$ index.php [R=301,L,QSA,B]
Код: Выделить всё
index.php?test=%
Код: Выделить всё
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Код: Выделить всё
index.php?test=%C3
Подробнее здесь: https://stackoverflow.com/questions/798 ... -ends-with
Мобильная версия