Multiple choice technology web technology

If you want to upload any contributed module to extend Drupal's core functionality, where should you generally put the module ?

  1. path - /sites/all/modules

  2. path - /html/drupal/modules

  3. path - /html/drupal/mysite/modules

  4. path - /sites/default/modules

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Drupal, contributed modules should be placed in /sites/all/modules directory to keep them separate from core modules. This location ensures proper organization and allows for easier updates. The other paths either mix contributed and custom modules incorrectly or place them in core directories.