tags:

views:

105

answers:

2

i have installed magento on http://www.example.com the url for it is http://www.example.com/Category/Subcategory but i want it to http://www.example.com/Storename/Category/subcategory. and i have also created a addon domin http://info.example.com/Category/subcatgory i need it as it is.how can i make my http://www.example.com/Storename/cat/subcat like.i have in tryied in admin add store code in url YES but it apply for all store under the admin.while i want it for only one store.please can some one provide me how to do it.please..help will be greatful..

A: 

Have you tried asking in the Magento community first, or checking the Magento documentation? Here are some links to get you started:

http://www.magentocommerce.com/boards

http://www.magentocommerce.com/support/magento-user-guide-book

http://www.magentocommerce.com/design_guide

http://docs.magentocommerce.com/

http://www.magentocommerce.com/support/magento_core_api

http://stackoverflow.com/questions/1111984/beginning-magento-development

Mike Atlas
yes i have done all these things.please provide some solution which would be greatful to me.i am managing two store from same admin..how can we make different url for different store in magento
Bhanu
Where's your post on the Magento forums? This really isn't a programming related question, honestly, and doesn't belong on stackoverflow.com.
Mike Atlas
A: 

You can create a folder called storename and run the store from there by copying index.php and .htaccess to the folder. Remember to set the base URL in the configuration to http://example.com/Storename/.

Take a look at the subdirectory method here: http://www.crucialwebhost.com/blog/how-to-setup-multiple-magento-stores/

Anders Rasmussen