Automatic Internal Links extension Removing

To uninstall an extension please follow the next steps:

  • Disable Compilation Mode (if enabled).
  • Remove following files:

    • app/etc/modules/Mirasvit_SeoAutolink.xml
  • If you have only one extension from Mirasvit installed, remove following file:

    • app/etc/modules/Mirasvit_MstCore.xml
  • Login in to Magento back-end and refresh site cache (if enabled).
  • Remove following folders:

    • app/code/local/Mirasvit/SeoAutolink
  • Remove templates and layouts files of the extension from your theme folder. The list of such files can be collected from files in the extension package.
  • Run following SQL Query (before running, replace [db_table_prefix] to your database table prefix. It can be found in the file /app/etc/local.xml).
  DROP TABLE [db_table_prefix]m_seoautolink_link_store;
  DROP TABLE [db_table_prefix]m_seoautolink_link;
  DELETE FROM [db_table_prefix]core_resource WHERE code='seoautolink_setup';
Automatic Internal Links