Monday, March 05, 2012
How to redirect to another host using .htaccess?
RewriteCond %{HTTP_HOST} ^(.*)fromhost\.com
[NC]
RewriteCond %{REQUEST_URI} ^/$ [NC]
RewriteRule ^(.*)$ http://tohost.com/page [R=301,L]
RewriteCond %{REQUEST_URI} ^/$ [NC]
RewriteRule ^(.*)$ http://tohost.com/page [R=301,L]
List of useful Drupal modules.
Node export - This module allows users to export nodes and then import it into another Drupal installation, or on the same site.
Subscribe to:
Posts (Atom)