OZDAO欧零网址导航系统,Nginx伪静态配置:
location / { index index.php index.html; if (!-e $request_filename) { rewrite ^/(.*)$ /index.php last; }}