From 150f1d42c3594e276e0d5d91cb58b2718edde738 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 8 Sep 2014 09:08:52 -0400 Subject: [PATCH] For setting up plugins. This will allow it do direct plugin installs --- wp-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.17.1