Hi folks
i found that Style 2 is more good for general SEO i.e. in using style 2 you can have a chance to get in by more search quires
But i found some problems with my 2 sites ( PURCHASED SCRIPT)
that when i go for
[code]
define("URL_STYLE", 1);
if (URL_STYLE==1)
define("ACTION_INDEX", "1");
if (URL_STYLE==2)
define("ACTION_INDEX", "2");
[/code] in config every thing went fine
but chaning it to "URL Style", 2 i got a bug
my pagination dont work it give strange or missing url that is on click redirected to main page.
what better u did while u used URL Style 2 ???



