#
# Redirect: Allows you to tell clients about documents that used to
# exist in your server's namespace, but do not anymore. The client
# will make a new request for the document at its new location.
# Example:
# Redirect permanent /foo http://www.waydu.com/bar
#
# Alias: Maps web paths into filesystem paths and is used to
# access content that does not live under the DocumentRoot.
# Example:
# Alias /webpath /full/filesystem/path
##################################################################
Alias /study "D:/PHP/www/study"
Options Indexes Includes FollowSymLinks MultiViews IncludesNoExec
AllowOverride None
Order allow,deny
Allow from all