On the internet, security is always a concern. If your hosting provider supports it you should definitely enable SSL support. Activating SSL on your WordPress blog is definitely easy.

Open the wp-config.php file and paste the following:
define('FORCE_SSL_ADMIN', true);
Save the file, and you’re done!
Source: wprecipes


Leave a Reply