Correction on the setup
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Sep 2014 13:13:14 +0000 (09:13 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Sep 2014 13:13:14 +0000 (09:13 -0400)
Won't work with the index.php setting.

wp-config.php

index 281c4e6..e4f8dd2 100644 (file)
  * @package WordPress
  */
 define('WP_SITEURL', 'http://' . $_SERVER['SERVER_NAME'] . '/www.petoskeyrobotics.org/wordpress');
-define('WP_HOME', 'http://' . $_SERVER['SERVER_NAME'].'/www.petoskeyrobotics.org/index.php');
+define('WP_HOME', 'http://' . $_SERVER['SERVER_NAME'].'/www.petoskeyrobotics.org');
 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('HEADWAY_ALLOW_RESET', true);
 // ** MySQL settings - You can get this info from your web host ** //
 /** The name of the database for WordPress */
 define('DB_NAME', 'petoskeyrobotics');
@@ -72,7 +72,14 @@ $table_prefix  = 'wp_';
  * It is strongly recommended that plugin and theme developers use WP_DEBUG
  * in their development environments.
  */
+//@ini_set('log_errors', 'On');
+//@ini_set('display_errors', 'Off');
+//@ini_set('error_reporting', 'E_ALL ^ E_NOTICE');
+//@ini_set('error_log', '/var/www/server/www.petoskeyrobotics.org/php.error');
 define('WP_DEBUG', false);
+//define('WP_DEBUG_LOG', true);
+//define('WP_DEBUG_DISPLAY', false);
+
 
 /* That's all, stop editing! Happy blogging. */