Rename "web" public folder to htdocs, public_html or other
The folder that contains the site is named web. It may happen that we are asked to rename it. Here's how to do for example if this folder needs to be renamed to htdocs.
drupal web developer
Drupal is a powerful and easily editable content management system (CMS) that allows users to create and manage content on one or more websites. It is open source and used by millions of people and organizations. It benefits from a very large community of developers and users. Discover on this blog articles on Drupal modules, tips and code to optimize and add features to Drupal.
The folder that contains the site is named web. It may happen that we are asked to rename it. Here's how to do for example if this folder needs to be renamed to htdocs.
To remove local changes with git that you haven't committed, you can use the git checkout command. This command allows you to revert to a previous version of your working directory.