Allow sub folders or subdomains inside magento website by wp-admin | Sep 9, 2014 | blg | To allow browsing sub folders or sub domains inside a magento installation add following code to .htaccess file under main magento site. RewriteRule ^demo/ – [L,NC] before “RewriteEngine on” or “RewriteBase”