aizu's Knowledge Base
    • Go to: aizu.my Homepage
    • Recent
    • Tags
    • Register
    • Login

    Wordpress wp-config

    Ref
    1
    1
    66
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      aizu
      last edited by aizu

      Some reference for wp-config.php

      $_SERVER['SERVER_PORT']	= '80';
      
      $_SERVER['HTTPS'] = 'on';
      $_SERVER['HTTP_HOST'] = 'domain.com';
      
      define('FORCE_SSL_ADMIN', true);
      define('DISALLOW_FILE_EDIT', true);
      
      define('WP_HOME','https://domain.com');
      define('WP_SITEURL','https://domain.com');
      
      define('FS_METHOD','direct');
      
      1 Reply Last reply Reply Quote 0
      • A aizu moved this topic from Linux on
      • First post
        Last post