$_GET variable work once if page is not front #544

Closed
opened 2026-04-05 20:28:05 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @buddy90210 on 5/24/2021

I am using Drupal 9 template for Vhost. When the page is front for every request, the _GET variable is changed (example.com?q=123), but if the page is not front (example.com/page/1?q=123), the _GET variable was cached and only one printed times for each path request, how can I change the Vhost settings?

*Originally created by @buddy90210 on 5/24/2021* I am using Drupal 9 template for Vhost. When the page is front for every request, the $ _GET variable is changed (example.com?q=123), but if the page is not front (example.com/page/1?q=123), the $ _GET variable was cached and only one printed times for each path request, how can I change the Vhost settings?
Sign in to join this conversation.