Any way to make the Magento home page use a static HTML page?
snippet in htaccess
Any way to make the Magento home page use a static HTML page?
user1010
RewriteEngine on
RewriteRule ^$ static-html.html [L]