Hello, I have WAMP installed on my Windows XP and I'm trying to set it up so that any subfolder under the domain http://www.domainname.com/folder_name has a restriction to itself, and cannot go any higher than it's own folder. So, it will not be able to access http://www.domainname.com/, but it will be able to access http://www.domainname.com/folder_name/anything_in_here.... Here is the code I put in my httpd.conf for Apache:
<DIRECTORY "C:/wamp/www/*/">
php_admin_value open_basedir "C:/wamp/www/*/"
</DIRECTORY>
But I just can't get it to work...