I have seen many URLs over the years that take out the Query String and simply append a single variable to the end of a url (here are a couple of examples)
whois.sc/google.com
cafepress.com/shopid
tinyurl.com/1c2
I have used in the past ForceType when there is a static filename appended to the url followed by vars that can be parsed.
Would there be any way to achieve the above type of dynamic urls without using ErrorDocument?
My goal is to process the appended variable string through a single static file or the index file.
Has anyone setup url processing similar to the examples above? if so, how did you successfully do so?