1 - Requirements | Since the administration for nukeSEO is at the site level, rather than in the Sitemap module, nukeSEO can be used with most versions of PHP-Nuke. However, it requires the definition of the ADMIN_FILE and MODULE_FILE variables introduced in the patched 2.9 release from http://nukefixes.com.
If you're using an older version of PHP-Nuke or don't have the patched files, you can add a line to your admin.php, index.php and modules.php files to use nukeSEO. In admin.php, just after the initial <?PHP add:
define('ADMIN_FILE', true);
In modules.php and index.php, just after the initial <?PHP add:
define('MODULE_FILE', true);
|
|
|