How to force Wordpress admin/login pages with SSL?

php, ssl, url-rewriting, wordpress

Solution

Thanks for the information everyone

Here is a plugin for shared SSL for sub-domain WordPress: WordPress HTTPS (SSL) http://wordpress.org/extend/plugins/wordpress-https/

Problem

I have WordPress in a sub-domain like blog.my-site.com and can't use SSL with sub-domains (https:// blog.my-site.com) Is there a way to force WordPress admin/login pages ONLY to SSL URL https:// www.my-site.com/blog_dir/wp-admin/ (the folder name is not the same as sub-domain)

Original source