I want to configure Magento site inside sub folder but parent folder also have Magento site.
For example:
app/
skin/
media/
js/
beta/
.../
.../
I want to configure Magento inside beta folder but due to parent magneto .htaccess, beta URL doesn't work. Only home page loads but further links are not working.
here is my site URL
and
http://tradeplumbing.co.uk/beta (only home page work If click on any link this redirect to main site)
RewriteBaseso that it isRewriteBase /beta/? - McNab