This is working fine, but the Boss now wants a different splash page per domain (currently we are running 6 shops).
I have found a bit of .htaccess code that looks like it will fit the bill but it doesnt work correctly, can any of your gurus hrlp me out please...
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.domain.com
Rewriterule ^(.*)$ http://www.any-domain.com/landing-page.html [L]