Hopefully I have posted this to the correct forum. I've been struggling for the last 2 days to figure out how I can get my web pages to display only when the correct vars are passed in the URL. Its driving me crazy.
For example. Say I have a page called www.mydomain.com/index.php?destination=antigua
This is how my internal links are structured.
However, if I go and type directly into the address bar something like www.mydomain.com/index.php?destination=antigua&language=martian the same page gets served.
I used webmaster tools yesterday and I saw some 'duplicate content' warning as it seems that both pages have been indexed by Google. I thinnk this is a huge problem for me and wonder if there is a way I can stop this from happening in the future? I need to only serve the page if the exact url is requested.
Thanks for any suggestions.