mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
$_GET variable work once if page is not front #544
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?