/*Apache伪静态_新建.htaccess */
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
/*nginx伪静态*/
【缺失】
- 打赏
- 分享
分享到...
请选择打赏方式
- 微信
- 支付宝
