Newer
Older
Digital_Repository / Repositories / phpSurveyor / apache_src.conf
nstanger on 31 Mar 2006 278 bytes - Added site-variable phpSurveyor config.

##
## Either use these entries directly in httpd.conf
## or use an include directive to read the entries of this file.
##

# Set up phpSurveyor alias.
Alias /phpsurveyor "##SURVEYOR_ROOT##"

<Location "/phpsurveyor">
    DirectoryIndex index.php
    Allow from All
</Location>