Browse Source

lucid leading slash

windhamdavid 10 years ago
parent
commit
14e97b6a5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wp-config-sample.php

+ 1 - 1
wp-config-sample.php

@@ -13,7 +13,7 @@ if ( file_exists( dirname( __FILE__ ) . '/wp-local-config.php' ) ) {
 }
 
 //define( 'WP_CONTENT_DIR', dirname( __FILE__ ) . '/app' );
-//define( 'WP_CONTENT_URL', 'http://' . $_SERVER['HTTP_HOST'] . 'wp/app' );
+//define( 'WP_CONTENT_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/wp/app' );
 //define( 'PLUGINDIR', dirname(__FILE__) . '/app/plugins' );
 
 define('AUTH_KEY',         '');