Featured Post

What is the purpose of the php.ini file?

  The PHP configuration file,   php.ini , is the final and most immediate way to affect PHP's functionality. The php.ini file is read ea...

Showing posts with label Drupal multi-site. Show all posts
Showing posts with label Drupal multi-site. Show all posts

Drupal multi-site Drush aliases configuration

If you're running a multi-site Drupal setup, here's how to set up your Drush aliases to easily run commands for specific sites:
1.Go to drush installed directory cd /home/XXX/.drush
2. Create file aliases.drushrc.php, add the below code for multi-site aliases

Popular Posts