i created two dataassist pages now.
Result & detail page.
Required files attached.
.htaccess :
RewriteEngine on
RewriteRule ^products/(.*)$ Products_Detail5.php?ProductID=$1 [NC,L,QSA,T=application/x-httpd-php]
I guess ProductID is still linked to product detail page.