Forum Moderators: bakedjake
[httpd.apache.org...]
I can't read a thing... tried different char-sets
I set up a virtual domain in a sub folder of the domain.
such as www.domain/folder == virtual.domain
I must restrict access to the /folder for www.domain
tried:
<Directory /path/to/folder>
Order Deny,Allow
Allow from virtual.domain
Deny from domain
Deny from www.domain
</Directory>
what I get is denied access for virtual.domain but allowed for domain???
This is a must due to certail security issues with ftp access files and domain specific enviroment variables for database.
Any ideas?