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..
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
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/