# $NetBSD: apache.conf,v 1.2 2018/05/16 08:14:41 triaxx Exp $ # # RoundCube example fragment for www/apache24 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 #