Repaired URL rewrite

master
Florian Meissner, DL1MRV 2023-07-14 15:37:18 +02:00
parent 001a161eb2
commit 3cd72c0396
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ server {
}
location / {
try_files $uri $uri/ /index.php?$query_string =404;
#try_files $uri $uri/ /index.php?$query_string =404;
rewrite ^ index.php last;
}
}