Allow sub folders or subdomains inside magento website
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”