#
# If you include a trailing / on /webpath then the server will
# require it to be present in the URL. You will also likely
# need to provide a <Directory> section to allow access to
# the filesystem path.
<Directory "C:/PROGRA~2/EASYPH~2.1/home/images_easyphp">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory "C:/PROGRA~2/EASYPH~2.1/phpmyadmin">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from 127.0.0.1
deny from all
</Directory>
<Directory "C:/PROGRA~2/EASYPH~2.1/home">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from 127.0.0.1
deny from all
</Directory>
<Directory "C:/PROGRA~2/EASYPH~2.1/modules">
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from 127.0.0.1
deny from all
</Directory>
# We include the /icons/ alias for FancyIndexed directory listings. If
# you do not use FancyIndexing, you may comment this out.
#
Alias /icons/ "C:/PROGRA~2/EASYPH~2.1/apache/icons/"
<Directory "C:/PROGRA~2/EASYPH~2.1/apache/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>