|
|
发表于 2017-8-4 21:53:28
|
显示全部楼层
nginx的吗 ? 大佬 ,下面是 阿帕奇的
[ol]RewriteEngine onRewriteBase /RewriteCond %{SERVER_PORT} !^443$RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]# BEGIN WordPress[I]RewriteEngine OnRewriteBase /RewriteRule ^index\.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L][/I][/ol]复制代码 |
|