Currently I have a page residing at:
http://www.example.com/site/page
In my htaccess I have the current rule:
RewriteRule ^
Try this one :
RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{HTTP_HOST} ^(.*)\.example\.com$ [NC] RewriteRule .* retailer.php?linklabel=%1 [L,QSA]