# $NetBSD: apache.conf,v 1.1 2015/08/31 15:31:27 taca Exp $ # # RoundCube configuration file fragment for Apache Alias /roundcube "@RCDIR@/" # Don't forget to adapt the configuration in @RCDIR@/.htaccess # to your liking. AllowOverride All DirectoryIndex index.php Order allow,deny Allow from all Require all granted # # For security, don't serve pages from the roundcube installer directory. # # If you are using the installer to setup roundcube you will need access to # the installer/ directory for the initial setup. It is recommended that # after installation you uncomment the following block in order to restrict # access to that directory. # # # Order deny,allow # Deny from all #