Monday, March 05, 2012

Useful links for integrating Twitter with PHP.

Useful links for XML Parsing using jQuery/PHP.

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]

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.


List of links for Drupal Multisite setup