在路上的头像-THE FREE SKY
这家伙很懒,什么都没有写...
Openlitespeed WordPress .htaccess-THE FREE SKY

Openlitespeed WordPress .htaccess

# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^/index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]...
宝塔环境下的BeDrive Nginx规则-THE FREE SKY

宝塔环境下的BeDrive Nginx规则

location / { try_files $uri $uri/ /index.php?$query_string; } location = /favicon.ico { access_log off; log_not_found off; } location = /robots.txt { access_log off; log_not_found ...