Knowledgebase
How do I install CDSEO Pro on X-Mall?
Posted by Nick Poindexter on 04 March 2010 04:28 PM
|
|
X-Mall is a BCSE customization that allows you to have individual stores or 'malls' within one x-cart version. To install CDSEO Pro on your X-Mall, first perform the installation on your main x-cart version as per the default instructions. Then for each mall follow the following instructions: 1. Upload cdseopro.php to your mall subfolder. 2. Modify auth.php, home.php, pages.php, product.php, manufacturers.php as per the CDSEO installation instructions. 3. Open the .htaccess file of your main x-cart installation (i.e. the root), find: # Some servers require the Rewritebase directive to be enabled # Remove # at the beginning of this line to enable: #RewriteBase /xcart/ AFTER ADD (change mall-subfolder to your subfolder name): # X-Mall Folder RewriteCond %{REQUEST_URI} ^/mall-subfolder [NC] RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif|php)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ /mall-subfolder/cdseopro.php [L] | |
|
Comments (0)