How do I configure my htaccess file to have a wildcard catch for unrecognized subdomains?

后端 未结 0 1972
梦谈多话
梦谈多话 2020-11-22 12:56

I currently have an .htaccess file that has been configured like so:

RewriteEngine on
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-SSL} !on
Rewrite         


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