I'm changing my site to show friendly URLs like this:
www.example.com/folder/topic
Works fine!
But when I add a parameter to the URL:
www.example.com/folder/topic?page=2
$_GET stops working. It doesn't recognise the parameter at all. Am I missing something?? The parameter worked fine before using full URLs.