i am working on a project where users can create their resume/cv, the client wants the script to create a new folder for every CV/resume the users create, which is no problem, but it may be a problem when there are few K users.
so, i was wondering if there is a way to create "virtual folders", which means (in my head heh), that if a user access www.domain.com/cv/[i]username[/i], server would "pretend" the folder does exists, and it would load username's resume, i could find out who the user is by checking out the url typed in, and loading the content from the database
so, how would i go about this? can it be done with a .htaccess file? the hosting is shared so that counts out the mod_rewrite(never used it) etc.
the client is not bothered either way, i just want to be efficient
thanks