diff --git a/composer.json b/composer.json
index a5b5e2748b85612ea61e4a7f9c3ba858d638abbf..f173d557995336a4b81f47fdd6e29dafa3361783 100644
--- a/composer.json
+++ b/composer.json
@@ -42,15 +42,15 @@
                 "wpackagist-plugin/disable-wordpress-updates",
                 "type:wordpress-muplugin"],
             "app/{$name}": ["type:wordpress-dropin"],
-            "app/content/plugins/{$name}/": ["type:wordpress-plugin"],
-            "app/content/themes/{$name}/": ["type:wordpress-theme"]
+            "app/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
+            "app/wp-content/themes/{$name}/": ["type:wordpress-theme"]
         },
         "wordpress-language-dir": "app/content/languages/",
         "wordpress-languages": [ "en_GB", "it_IT" ],
         "patches-file": "composer.patches.json",        
         "dropin-paths": {
-            "app/content/mu-plugins" : ["package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php"],
-            "app/content": ["package:wpackagist-plugin/hyperdb:db.php"],
+            "app/wp-content/mu-plugins" : ["package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php"],
+            "app/wp-content": ["package:wpackagist-plugin/hyperdb:db.php"],
             "app": ["package:lucha/r2db:db-config.php,nginx-map/wp-nginx-map-json.php,nginx-map/wp-nginx-map.php"]
         }
     },
diff --git a/composer.lock b/composer.lock
index 1af8dd6a4e5e37396d487f92f9f9d48d62df2997..b986c8019c0f6a5c2b9c7b991c8347f1b7dea661 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "content-hash": "565f78e14e14ca0d9c05a68231bb78f3",
+    "content-hash": "343c6256f42881fdc6e4b6b3c1fa0597",
     "packages": [
         {
             "name": "bjornjohansen/wplang",