SEO stopped working after upgrade?

Any idea what would cause this? I upgraded a test site from 2.0.12 to 2.0.13 and now all the links in the store that go to .html pages are 404 not found. :confused: The SEO addon is still installed… I cleared cache…

I also tried uninstalling/reinstalling the seo addon and that didn’t work either.

Two things I would check.


  1. File permissions.


  2. config.local.php - make sure the settings are correct for:



    $config[‘http_host’] = ‘www.domain.com’;

    $config[‘http_path’] = ‘/path’;

[quote name=‘ogia’]Any idea what would cause this? I upgraded a test site from 2.0.12 to 2.0.13 and now all the links in the store that go to .html pages are 404 not found. :confused: The SEO addon is still installed… I cleared cache…[/QUOTE]



We upgraded the store from 2.0.12 to 2.0.13 and did not find any problems. For a more thorough investigation, please provide the following details:

  1. Is your store installed to the domain root or to a folder? For example, to www.domen.com or to www.domen.com/store/
  2. Please provide the SEO add-on settings before and after the upgrade.
  3. Please PM me the following files or email them to ivan@cs-cart.com for investigation:

    .htaccess

    httpd.ini

    config.php

    config.local.php



    Thank you.

Oh yeah.



Also check.



file: .htaccess



RewriteBase /path

works perfectly here …

Thanks for the tips. I found out later that this was due to a bug with the Knowledge Base addon.