apache伪静态

Options +FollowSymLinks -Indexes
RewriteEngine On
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

nginx伪静态

location / {
    
     try_files $uri $uri/ /index.php?$query_string;

}

程序下载


https://link.storjshare.io/s/jxxeswjajzmmewfdno73pou2ixka/ley/k8.zip?download=1

备用下载地址:https://1drv.ms/f/s!AsiYChM07d7OgXl6aqc6jdS6cxUG?e=hVFkTQ