Knowledgebase
How can I disable CDSEO without accessing the CDSEO admin section?
Posted by Nick Poindexter on 04 March 2010 04:36 PM
|
|
When moving a site to a testing domain it is sometimes necessary to disable CDSEO. CDSEO can be disabled by updating the configuration in the database directly as follows: 1. Log into your x-cart admin section. 2. From the left navigation, click on Patch/Upgrade. 3. Scroll down the page to where it says "Apply SQL Patch." 4. Under "SQL query(ies):" enter: UPDATE wcm_cdseo_config set config='0' WHERE cdseoType='status'; 5. Click 'Apply.' | |
|
Comments (0)