Фрагмент простого файла access.conf
## access.conf - Apache HTTP server configuration file ## # access.conf: Global access configuration # Online docs at http://www.apache.org/
<Directory />
Options FollowSymLinks AllowOverride None </Directory>
<Directory /www>
Options All AllowOverride All order allow,deny allow from all </Directory>
# You may place any other directories or locations you wish to have access information for after this one.