I am trying to setup SSL for wordpress 2.6 on my computer. I have installed wordpress, created a self-signed SSL cert, assigned a dedicated IP for the host (a non-routable IP address has been assigned) and modified the wp-config.php file to include the FORCE_SSL_ADMIN constant.
I tried to access the /wp-admin from a non-secure URL (http://www.example.com/wp-admin) but it's not redirecting to the secure url (https://www.example.com/wp-admin).
How do I force it to redirect? From what I understand on Ryan's post it's suppose to force SSL admin usage.
Tried google search and this forum but i wasn't able to find a solution.
Hope someone could tell me how to do it or point me in the right docs.