Hi icc0rz!
This is in my wp-config.php:
define( ‘WP_CONTENT_DIR’, dirname(__FILE__) . ‘/wp-content’ );
define( ‘WP_CONTENT_URL’, ‘//’ . $_SERVER[‘HTTP_HOST’] . ‘/wp-content’ );
define( ‘WP_HOME’, ‘https://’ . $_SERVER[‘HTTP_HOST’] );
define( ‘WP_SITEURL’, ‘https://’ . $_SERVER[‘HTTP_HOST’] . ‘/wp’ );
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/wp/’);`
-
This reply was modified 4 years, 8 months ago by binastar.