[horde] Horde 5 Apache directives

Luis Felipe Marzagao lfbm.andamentos at gmail.com
Sat Jun 8 02:36:01 UTC 2013


Em 07-06-2013 15:13, Steven Swarts escreveu:
> G’day guys,
>
>   
>
> Could someone please share with me their horde.conf file (or whatever you call it) used by Apache??
>
> I need to have URL rewriting, for Nag.
>
>

Hello:

<Directory /var/www/horde>
                 Options Indexes FollowSymLinks MultiViews
                 #AllowOverride None
                 # This is needed for horde/nag to work:
                 AllowOverride FileInfo Limit
                 Order allow,deny
                 allow from all
</Directory>


And (in ubuntu server):

sudo a2enmod rewrite
sudo service apache2 restart


Luis Felipe.


More information about the horde mailing list