Skip to content

Instantly share code, notes, and snippets.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/path/to/page [NC]
RewriteRule ^(.*)$ /static/page.html [L]
</IfModule>
refs: http://drupal.org/node/642116
refs: http://drupalovereasy.com/drupal-7/tutorials/installing-using-drush-make-git-profiles
refs: http://realize.be/exporting-more-configuration-drush-ctools-export-bonus
PACK:
# Starting from an up&running drupal site
#========================================
cd <drupal_repo_root>