oneinstack/config/drupal.conf

5 lines
122 B
Plaintext
Raw Permalink Normal View History

2024-07-15 13:21:08 +08:00
if (!-e $request_filename) {
rewrite ^/update.php(.*)$ /update.php?q=$1 last;
rewrite ^/(.*)$ /index.php?q=$1 last;
}