Jump to content

user access


The Little Guy

Recommended Posts

I just bought a domain,

 

I want to host sub domains, where users sign up, and register a sub domain with us/me.

 

I want to allow people to use PHP on their account, but I don't want people to be able to leave their root directory.

 

the file structure would look like so:

 

hostbox.us
|
+-- users
          |
          +-- user1
          |
          +-- user2
          |
          +-- user3

 

So... what is a safe way so that user1 cannot access user2's files? using include('../user2/myfile.php');

Link to comment
Share on other sites

I just don't want to allow other members to have access to other directories other than their own.

 

The only way you can really do this is to give each client a seperate virtualhost. On any sort of shared hosting, your clients will all share the same document root (yours).

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.