How to run Wordpress admin on a different subdomain?

后端 未结 5 1877
刺人心
刺人心 2021-02-14 10:55

I have the requirement of running the Wordpress admin over https. We use a cdn to deliver cached content for the site but the cdn cannot accept secure traffic (only one SSL cert

5条回答
  •  臣服心动
    2021-02-14 12:01

    If you're using Apache to serve over SSL, look into mod_proxy.

    Using it you can transparently redirect all requests from https://secure.mysite.com/blog/ to http://www.mysite.com/blog/.

提交回复
热议问题