Line # Revision Author
1 3 ahitrov@rambler.ru ########################################################
2 # Here you can place project specific apache directives.
3 # This file will be included into core httpd.conf, after
4 # core directives.
5 ########################################################
6
7 # ��������� �������� ������
8 #Alias /images @IMAGES@
9 #Alias /binary @BINARY@
10
11 # ��������� �������� ������
12 #RewriteEngine on
13 #RewriteRule ^/images/(.*) @IMAGES@/$1
14 #RewriteRule ^/binary/(.*) @BINARY@/$1
15
16 # ������ �����, ���� ����������� ������� � symlink ��������.
17 # ��������: /home => /usr/home
18 <Directory />
19 Options FollowSymLinks
20 </Directory>