From: Steve Sutton Date: Mon, 8 Sep 2014 13:08:52 +0000 (-0400) Subject: For setting up plugins. X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=150f1d42c3594e276e0d5d91cb58b2718edde738;p=web%2FPetoskeyRobotics.git For setting up plugins. This will allow it do direct plugin installs --- diff --git a/wp-config.php b/wp-config.php index 281c4e6..76e9f41 100644 --- a/wp-config.php +++ b/wp-config.php @@ -17,7 +17,7 @@ define('WP_SITEURL', 'http://' . $_SERVER['SERVER_NAME'] . '/www.petoskeyrobotic define('WP_HOME', 'http://' . $_SERVER['SERVER_NAME'].'/www.petoskeyrobotics.org/index.php'); define('WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/www.petoskeyrobotics.org/wp-content'); define('WP_CONTENT_URL', 'http://' . $_SERVER['SERVER_NAME'] . '/www.petoskeyrobotics.org/wp-content'); - +define('FS_METHOD', 'direct'); // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'petoskeyrobotics');