Quote Originally Posted by langtu123
dear guys,

as far as I know, the products not show up just because your server configuration is not with register_globals enabled (due to security issues).

if you are entitled to access .htaccess file, add the following code might help register globals enabled:
php_flag register_globals on

if it still doesn't work, probably this feature is enable-prohibited by your web host provider. contact them and ask if they could help you in this case.

good luck
Thanks for the reply where does the .htaccess file reside in the root directory of the store?