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”
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”