Alias /Web "E:\PHP\Web"
<Directory "E:\PHP\Web">
    Options Indexes FollowSymLinks MultiViews IncludesNoExec
    AddOutputFilter Includes html
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>