projectmanager/.htaccess
2025-06-25 10:53:11 +08:00

5 lines
109 B
ApacheConf

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