Welcome Splash Pages
Posted: Thu Jul 26, 2012 6:35 pm
Our multi-site open cart install we use a splash page using a simple html file that loads before the index.php file.
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...
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]