Update from cd0
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Sep 2014 19:41:17 +0000 (15:41 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Sep 2014 19:41:17 +0000 (15:41 -0400)
update path and url

index.php
wp-config.php

index 3abe27d..8de905c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -14,4 +14,4 @@
 define('WP_USE_THEMES', true);
 
 /** Loads the WordPress Environment and Template */
-require( dirname( __FILE__ ) . '/wordpress/wp-blog-header.php' );
+require('./wordpress/wp-blog-header.php' );
index 536f6d7..281c4e6 100644 (file)
  *
  * @package WordPress
  */
-define('WP_SITEURL', 'http://' . $_SERVER['SERVER_NAME'] . '/wordpress');
-define('WP_HOME', 'http://' . $_SERVER['SERVER_NAME']);
-define('WP_CONTENT_DIR', 'http://' . $_SERVER['DOCUMENT_ROOT'] . '/wp-content');
-define('WP_CONTENT_URL', 'http://' . $_SERVER['SERVER_NAME'] . '/wp-content');
+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_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/www.petoskeyrobotics.org/wp-content');
+define('WP_CONTENT_URL', 'http://' . $_SERVER['SERVER_NAME'] . '/www.petoskeyrobotics.org/wp-content');
 
 // ** MySQL settings - You can get this info from your web host ** //
 /** The name of the database for WordPress */