WordPress伪静态配置技巧


作者:来源网络   分类:常用bat代码   发表于:2023年10 月23日   浏览:547


/*Apache伪静态_新建.htaccess */

# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
/*nginx伪静态*/
【缺失】
  • 打赏
  • 分享
分享到...
请选择打赏方式
  • 微信
  • 支付宝
本次复制自:Mrruyi.com   作者:来源网络  复制链接:https://mrruyi.com:443/1575.html

常用bat代码 · 2023年 10月 23日 0