Hi, I need to know how to do this:
traffic sent to this url:
http://domain.com/index.php?10001
will display index1.php
traffic sent to this url:
http://domain.com/index.php?10002
will display index2.php
traffic sent to all other numbers, eg,
http://domain.com/index.php?20001
will display index.php (or index3.php if index.php is not possible)
I am sure this is totally easy to do but I need help,
Thanks in advance,
Luke