I know it's very possible to have www.website.com/stuff/2 instead of www.website.com/stuff/page?=2 for page 2 of "stuff". How would I go about doing that though? I do not know what to search for.
Edit to say that I am using PHP and $_GET to get the parameters. This is so widely used so I didn't think it would be very difficult.