From: Steve Sutton Date: Thu, 4 Sep 2014 19:41:17 +0000 (-0400) Subject: Update from cd0 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d02ad4cabacbe6e9350e0d61862e97cd9c844d72;p=web%2FPetoskeyRobotics.git Update from cd0 update path and url --- diff --git a/index.php b/index.php index 3abe27d..8de905c 100644 --- 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' ); diff --git a/wp-config.php b/wp-config.php index 536f6d7..281c4e6 100644 --- a/wp-config.php +++ b/wp-config.php @@ -13,10 +13,10 @@ * * @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 */