Files
Pichome/nginx.htaccess
2024-01-31 01:00:33 +08:00

5 lines
96 B
Plaintext

location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php?$1 last;
}
}