I have this URL : http://www.nafham.com/?selection/7/19/296/9 It's the index page bit I have a PHP condition that if the url contains a regexp pattern equal to this (?selection/7/19/296/9) part, the index page includes a different data from that shown on nafham.com
On facebook sharing, facebook reads the data as if it's www.nafham.com and neglects the PHP if condition I'm Writing. What's wrong?