PDA

View Full Version : Problem in Static URL Generation


LakkadBabu
10-26-2009, 08:28 AM
Hi,
My client told me to generate static URL for particular page. I think that can be done with mod-rewrite. even after studying the tutorials I don't understand how to do the following for the comparison page

When products are compared it puts comparison with its own url for eg.
abc.com/compare-prod1-and-prod2-and-prod3

I am using min 2 and max 5 products for comparison. product_id's (array)are to be submitted through a form. That is all working fine. But I am blank in static URL generation.

Please Help.