Browse Source

Update wp-config.php

pull/1/head
abeudin 12 years ago
parent
commit
db382781c0
  1. 3
      conf/wp-config.php

3
conf/wp-config.php

@ -33,3 +33,6 @@ if ( !defined('ABSPATH') )
// WordPress settings path
require_once(ABSPATH . 'wp-settings.php');
// Force https redirect
define('FORCE_SSL_ADMIN', true);
Loading…
Cancel
Save