Is there a way of limiting php's file functions to the directory's below the .htaccess.
Like say I have the .htaccess file in /public_html/.htaccess and I want a php file in /public_html/someuser/file.php to only be able to edit and open and delete files in /public_html/someuser/ and below and not /public_html/, as well as a php file in /public_html/someuser/includes/file.php would be able to modify files in /public_html/someuser/ and in directory's below that.
So a .htaccess file that does this. Hopefully that's not to confusing.
Oh and whoever can give me a working example get 50 frih$
Thanks,
Aaron
Like say I have the .htaccess file in /public_html/.htaccess and I want a php file in /public_html/someuser/file.php to only be able to edit and open and delete files in /public_html/someuser/ and below and not /public_html/, as well as a php file in /public_html/someuser/includes/file.php would be able to modify files in /public_html/someuser/ and in directory's below that.
So a .htaccess file that does this. Hopefully that's not to confusing.
Oh and whoever can give me a working example get 50 frih$
Thanks,
Aaron
