Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Magento Step By step Go to Admin panel</p> <p>Add Root Category Go to Catalog->Manage Categories</p> <p>Click Add Root Category from left Panel</p> <p>Ente Name as Theater Root Is Active -Yes URL key -theater_root In Display Setting panel</p> <p>Is Anchor Yes (To display the category in the Menu ) Click Save Category Button</p> <p>Add a new Website/Store/Store View Go to System->manage Stores</p> <p>Click Create Website</p> <p>Name Theater-1 Code theater_1 Click Save Website</p> <p>Click Create store</p> <p>Select Theater-1 from drop down against Website Name - store1_theater_1 select Root category as Theater Root Click Save Store Button at top.</p> <p>Click Create Store View</p> <p>Select Store Name from the drop down against the Store Name -English Store View Code -eng_store1_theater_1 Status -Enabled Click Save store View Now create a folder named theater_1 inside www/magento copy index.php and .htaccess into the new folder in index.php Change $compilerConfig = '/includes/config.php'; into $compilerConfig = '../includes/config.php'; and $mageFilename = '/app/Mage.php'; into $mageFilename = '../app/Mage.php'; and Mage::run($mageRunCode, $mageRunType); to Mage::run('theater_1', 'website'); in .htaccess</p> <h1>RewriteBase /magento/</h1> <p>into</p> <h1>RewriteBase /magento/theater_1/</h1> <p>Go to System->Configuration</p> <p>Select Theater-1 in Current Configuration Scope Go to Web tab under General at left panel</p> <p>change Base URL to http:// yourdomain .com / magento /theater_1 / for Unsecure and Secure Click Save Config Button. Now the new URL to the new website is http:// yourdomain .com /magento /theater_1 /</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload