You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading the section about the project structure is confusing me a bit. I see composer.json and wp-config.php in the root, a custom wp-content folder for plugins and themes and a WordPress core install in its own wp directory, but I think you missed to mention which folder should be the root of a vhost configuration on the web server.
If it's pointing to /wp WordPress can't access wp-content folder outside, because it should be in a public folder. If I create a custom index.phpin the route where the config is and modify the necessary path WordPress admin, login, etc. would be only available with wp in the url as wp/wp-admin, but I checked your site and some of your works and you're definitely not using it, therefor I don't exactly see the point why you recommend it.
Can you explain that folder structure setup a bit more, please?
The text was updated successfully, but these errors were encountered:
Reading the section about the project structure is confusing me a bit. I see
composer.json
andwp-config.php
in the root, a customwp-content
folder for plugins and themes and a WordPress core install in its ownwp
directory, but I think you missed to mention which folder should be the root of a vhost configuration on the web server.If it's pointing to
/wp
WordPress can't accesswp-content
folder outside, because it should be in a public folder. If I create a customindex.php
in the route where the config is and modify the necessary path WordPress admin, login, etc. would be only available withwp
in the url aswp/wp-admin
, but I checked your site and some of your works and you're definitely not using it, therefor I don't exactly see the point why you recommend it.Can you explain that folder structure setup a bit more, please?
The text was updated successfully, but these errors were encountered: