Hallo,
ich möchte gerne den Ordner wp-content außerhalb des Roots schieben. Leider bekomme ich die config.php nicht richtig angepasst. Das Verschieben der wp-config.php hat wunderbar funktioniert.
Vorlage von bueltge.de:
Code
define('WP_CONTENT_DIR', ABSPATH . 'wp-content'); // wp-content Directory
/**
* Allows for the plugins directory to be moved from the default location.
*
* @since 2.6
*/
define('WP_CONTENT_URL', get_option('siteurl') . '/wp-content'); // wp-content URL
define('WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins'); // Plugin Directory
Was muss ich hier genau einstellen? WP Version 2.8.1 (Aktuellste)
Vielen Dank und Gruß
avian