I am putting together a site for multiple clients. These will consist of their own custom named folder on the root of the site.
For example www.domain.co.uk/clientname
These slots will be pre built and sold by a sales team in the field. The folders will be numbered when built and this number will be retained for CMS MYSQL purposes only. The folder needs renaming when sold.
Example www.domain.co.uk/301 becomes www.domain.co.uk/clientname
I would very much like the sales person to have a secure Admin area (but not full FTP access) where they can rename folder /301 to /clientname
I can make the Admin area secure with normal Password protected directory function.
My questions are:
Will this be secure enough ?
How do I make a web based facility to accomplish this ?
I am using php with MYSQL on a Unix VPS with Cpanel facilities accompanied by patchy skills.
Any suggestions will be very much appreciated and by the way, please keep it in simple terms for me if you can.