Revision 3 (by ahitrov@rambler.ru, 2010/03/24 15:19:32) The CORE
########################################################
# Here you can place project specific apache directives.
# This file will be included into core httpd.conf, after
# core directives.
########################################################

# ��������� �������� ������
#Alias	/images			@IMAGES@
#Alias	/binary			@BINARY@

# ��������� �������� ������
#RewriteEngine			on
#RewriteRule   ^/images/(.*)	@IMAGES@/$1
#RewriteRule   ^/binary/(.*)	@BINARY@/$1

# ������ �����, ���� ����������� ������� � symlink ��������.
# ��������: /home => /usr/home
<Directory />
	Options FollowSymLinks
</Directory>