I'm using magento 1.7.0.2.
I follow this Tutorial for creating website in my local machine.
Default magento url is: http://localhost/magento
My new site url is : http://localhost/magento/newsite
Now i have to change the "THEME" for the new site.
I've tried these method:
Method 1:
- system -> configuration
- Change the current configuration scope to my new site.
- General -> Design ->theme (give the theme name modern for Templates
Method 2:
system -> Design -> Add design
select my site and theme (modern)
But the theme didn't change it always take the theme which i given for the default config.
How to set Different theme for different site form single back-end.
Is there any way to change theme??
Cheers