Hi Gurus,
# BEGIN IWORX dirindexDirectoryIndex /drupal/Options Indexes FollowSymlinks Multiviews# END IWORX dirindex# BEGIN IWORX hotlinkRewriteEngine onRewriteCond %{HTTP_REFERER} !^http://site.com [NC]RewriteCond %{HTTP_REFERER} !^http://www.site.com [NC]# END IWORX hotlink# BY NICOLA STARTOptions Indexes FollowSymlinks MultiviewsRewriteBase /RewriteCond %{HTTP_HOST} www.site.comRewriteCond %{REQUEST_URI} !drupal/RewriteRule ^(.*)$ http://www.site.com/drupal/$1 [L]# BY NICOLA END