How to run Wordpress admin on a different subdomain? How to run Wordpress admin on a different subdomain? wordpress wordpress

How to run Wordpress admin on a different subdomain?


Not too sure if you have seen this article but it's pretty comprehensive when it comes to Wordpress Admin over SSL. Scroll down to the part about Virtual Hosts, and there is information there about setting up the wp-admin as a subdomain.

http://codex.wordpress.org/Administration_Over_SSL


Have you looked into this thread? It is a mod on the WordPress HTTPS plugin.


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/.