SEO redirect Solutions for problems

We did as much as it is possible to make SEO 301 redirections module bug free. It workflow depends on environment, other modules that you use in your shop, in some cases also on hosting settings etc. In this part of documentation I will describe possible problems with module and solutions for these problems.


List of available topics

  1. Module does not work with disabled overrides
    SEO 301 redirections module during installation process applies an override of FrontController class to your PrestShop. This means that module uses special feature that is called in PrestaShop as an "Override". In simple words 'overriding' is a way to "override" class files and controller files. PrestaShop's ingenious class auto-loading function makes the "switch" to other files fairly simple.  SEO redirect module uses FrontController class override to create redirections and in fact - this is the most important part of this module. This override allows to quickly redirect users before the contents of your website are loaded (for performance purposes).