What SEO redirect module creates after installation?


Usually each module in PrestaShop must be configured before the usage. The same is with Seo 301 redirect plugin. Because of this after installation process module creates a special menu items where you can configure it (module does not have configuration page as other standard modules in PrestaShop). 

 

Where to configure the addon?

The most important section of module configuration is localised in PrestaShop main menu in your back office. There are 4 sections where you can manage the plugin. 

  1. Seo Redirect > settings
  2. Seo Redirect > redirections
  3. Seo Redirect > statistics
  4. Seo Redirect > Import from CSV

seo redirect

 

Module uses override of class FrontController

Due to the fact that this plugin installas override of class FrontController - it is worth to notice that. Especially in context of potential problem with disabled overrides. Please note that prestashop must run with overrides (then cant be disabled). Only then module will properly create redirections.

Next part of documentation contains additional informations about module management.