php - Remove store code from URL in Magento -


i have 2 sites on 1 magento install point different domains.

site1 => www.site1.com

site2 => www.site2.com

each site shows store code in url of category, product, , cms pages (www.site1.com/store1/category). there way remove /store1/ url www.site1.com/category? guess can done .htaccess somehow.

since have 2 different websites don't think need anyway, think there setting in system < config < web add store code urls , should try setting no , reindex.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -