Well I have now tested ssu after trying to fix the previous problem....

And it dont work?

I am not sure if its a mod_rewrite problem or a php problem????

My guess is it is problem with dereferencing pointer in the array breaking code for urls in php, maybe array splitting delimiter?..
or a configuration problem in apache.??????


I AM NOT A PHP PROGRAMMER SO THIS IS PROBABLY TOTALLY WRONG?

The symptoms are that the links look wrong (compared with earlier working versions), example as follows.....:
I have an initial category "parts" (id 67) and various products in it one example being "screws"

without ssu the link to parts category would be:
index.php?main_page=index&cPath=67

when ssu is enabled the link becomes:
cPath/67

normally the link should become:
parts-c-67

The server details are as follows:

absolutly stock version of XAMPP for Linux 1.7.3a, 2010/1/10
running on dsl.
(that is php5.3.1, apache2.2.14, mysql5.1.41)

I think this problem also occurs on on stock installation of centos5.3.....

But this problem does not occur on my hosting providers servers which run centos5.0 with php5.1.6


Anyone have any suggestions??????