markjaquith / WordPress-Skeleton

Basic layout of a WordPress Git repository. I use this as a base when creating a new repo.
1.85k stars 600 forks source link

wp-config is not getting loaded #74

Open atticoos opened 9 years ago

atticoos commented 9 years ago

How does the submodule load the root directory's wp-config? I can't seem to get this part working

mralexho commented 9 years ago

WP bootstraps a file called wp-load.php which looks for the wp-config.php file in the submodule folder. Since wp-config.php does not exist in wp, it checks to see if /wp-config.php exists.