I set up my webpage so that an internal link to another internal webpage file would be something like
file.php?id=3
so that id=3 would set the id variable in the desitnation page to 3 and could be used to pull info out of a database.
... and it worked fine on version 4.3.3
Now I have moved to a different server with v4.6.6 and the server isn't performing the variable transfer in the links. It's as if it doesn't recognize the variable designator 'id=' anymore. I checked it again on my old site and it works fine.
What am I doing wrong?
penguin