nginx:
location / { index index.php index.html; if (!-e $request_filename) { rewrite ^/(.+)$ /index.php last; } }
IIS6:
[ISAPI_Rewrite] # 3600 = 1 h...
阅读全文>>