[HOWTO] Disable SEO URLs in Spinning Addon

[HOWTO] Disable SEO URLs in Spinning Addon

In order to disable the SEO URL’s you have to:

Edit the file:
admin/addons/spins/config/config.php

find the line:

define("ADDON_SPINS_URL_SEO",true);

Change it to:

define("ADDON_SPINS_URL_SEO",false);

That is all.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.