2010年9月11日星期六

[zencart]How to Removing Ultimate SEO URLs

MOD Title: Removing ZenCart Ultimate SEO URLs

MOD Description: Removing Ultimate SEO URLs safely and completely (for those who are going to buy Magic SEO URL, Ultimate SEO URLs removing can be also included in free installation service).

INSTRUCTIONS

In Zen Cart administration - Tools - Install SQL Patches paste and execute following SQL queries (optional):
------------------ bof  code  --------------
DELETE FROM `configuration_group` WHERE `configuration_group_title` LIKE '%SEO%';
DELETE FROM `configuration` WHERE `configuration_key` LIKE '%SEO%';
DROP TABLE IF EXISTS seo_cache;
------------------ eof  code  --------------

Restore following files from ZenCart installation package:
 
------------------ bof  code  --------------
admin/categories.php
admin/product.php
includes/functions/html_output.php
------------------ eof  code  --------------

Remove/delete following files:

------------------ bof  code  --------------
admin/includes/reset_seo_cache.php
admin/includes/extra_datafiles/seo.php
admin/includes/functions/extra_functions/seo.php
includes/auto_loaders/config.ultimate_seo.php
includes/classes/seo.install.php
includes/classes/seo.url.php
includes/extra_datafiles/seo.php
------------------ eof  code  --------------

Ultimate SEO URLs were removed.

没有评论:

发表评论