how to add rewrite rules to apache server

后端 未结 0 1859
梦如初夏
梦如初夏 2020-12-11 06:28

I have use this rewrite rule in apache

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]

I would

相关标签:
回答
  • 消灭零回复
提交回复
热议问题