[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.