Allow arbitrary text after page URL

This approach is not advisable as http://example.com/page/whatever-information/ is how WordPress deals with child pages and .htaccess Rewrites is part of how WordPress identifies what page is being requested and what queries to run.

You should probably pass the whatever-information as something called a POST variable, then have code that runs on page and parses these variables to fetch the correct information.