Another quick password-protect question

Hi everyone,

This question is similar to a few other threads out there right now, but will jsut put this in its own thread (the other threads dont really answer my question).

Got my PHP/MySQL login thing goin - but, for each client’s page, I give them a link to their site in progress/proof, which is usually a folder named ‘company-name-blah’ in the same folder of the login page.

My concern is that anyone could figure out the url of that folder that only the client who logged in should see (the login does not password protect the site-in-prog./proof folder).

Is there a way to rename a folder to something random each time the user logs in, and give them the url from there (or something similar that would do the trrick)?

Thanks again :slight_smile: