by Bhumi // Feb 11,2013 // No comment
Here I am going to share one quick article about to use SSL on WordPress site.HTTPS is highly recommended when transaction is processed in your site so to secure transactions,SSL is require in site.
To activate SSL on your WordPress blog is very simple. Let’s see how to activate SSL in wordpess
1. Open your wp-config.php file and paste the following code
|
1 2 3 |
define('FORCE_SSL_ADMIN', true); define('FORCE_SSL_LOGIN', true); |
Above code will secure WordPress logins and he entire wp-admin area
2. Go to your WordPress General Settings and change the WordPress Address (URL) and the Site Address (URL) from HTTP to HTTPS.
That’s it.you are done with steps to force WordPress to use SSL encryption.
Sometimes first page for wordpress works fine but the permalinks are not working after the set up you have done for SSL explained above.so for that issue check your server apache configuration and verify that for the directory in which you have store your WordPress installation ,following settings enabled
|
1 2 3 4 5 |
< Directory var/www/ > FollowSymLinks AllowOverride All </ Directory > |
if not, add above lines into your server virtual host and check permalink structure will work fine.
Thanks for reading and feel free to share your thoughts! Don’t Forget to Follow us on Twitter or Subscribe us to Get the Latest Updates.
The Best E-Commerce Plugins for WordPress
Here is the new guest post by katie,here you will get idea about thw best E-Comerce plugins for WordPress. WordPress templates can make it fast READ MORE
To Delete Taxonomies from database in wordpess
Basically, Latest version of wordpress have by default 2 categories. Tags and categories. Few days back,my friend asked me ,how can i delete terms from READ MORE
Remove suffix from taxonomies in WordPress
Right, I’m back after break as I was busy in stack overflow.Today I’m a going to go over how to replace some text or suffix READ MORE
Tips to Choose Your Next WordPress Theme
In this guest post by Anny,you will get tips to Help Choose Your Next WordPress Theme WordPress templates can make it fast and simple to READ MORE
In this article, I will explain you about the fundamentals of the WordPress Cron Job.Cron is basically a task scheduler that periodically on a given READ MORE
Be a Contributor at CreativeDev.Write an article or tutorial to the community and share some of your knowledge!