Line # Revision Author
1 8 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>