| Hello All,
I got to archive a whole website, whose URL looks like:
example.com/page?id=1
example.com/page?id=2
example.com/page?id=3
Which goes on till
example.com/page?id=500
How can dynamically pass the parameter to the URL. I used something like:
example.com/page?id=*
but it's not working
Please help me
Thanks in advance
Laura Paul
| |