Can anyone tell me if the following is possible and if so how to do it?:
I'd like to be able to pass what appears to be a directory name on as a variable to tidy up some URLs. eg:
I would like the url 'http://www.mysite.com/drucifer' to work without the folder 'drucifer' actually existing, so that it actually pointed to 'http://www.mysite.com?id=drucifer'....
Does this make any sense? It would basically allow users to give out their own URLs without any need for compromising server security and using the 'mkdir' function.....
Any input would be much appreciated....