[osCommerce] Disabling magic seo on certain pages

Magic SEO URLs for CRE Loaded.
hussein787
Posts: 4
Joined: Sat Nov 29, 2008 8:31 am

[osCommerce] Disabling magic seo on certain pages

Postby hussein787 » Wed Jul 08, 2009 5:38 am

Hi, i would like to disable magic seo on certain pages, i've checked the documents and it says the following

You can do so by altering installation line to e.g.:

Code: Select all

if(!in_array(basename($_SERVER['SCRIPT_NAME']), array('file1.php', 'file2.php'))) include(DIR_WS_INCLUDES . 'magic_seo_url.php');


but where do i do this? i've checked the magic_seo_url.php and it is scarambled code, its not in application_top.php as well, please help?

thanks

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [osCommerce] Disabling magic seo on certain pages

Postby inveo » Wed Jul 08, 2009 7:13 am

It is the line of code you have added into includes/application_top.php file.