[pkg-horde] Bug#721119: Bug#721119: php-horde-nag: cannon create tasks: "The requested URL /horde/nag/t/save was not found on this server."

Diego Arroyo th3r0n at gmail.com
Thu Aug 29 09:53:14 UTC 2013


I change /usr/share/horde/.htaccess and now is working.

I post all steps neede to work:


1.- Enable mod rewrite
# a2enmod rewrite

2.- Add <Directory> clause on apache php-horde.conf
#cat /etc/apache2/conf-enabled/php-horde.conf

Alias /horde /usr/share/horde
<Directory /usr/share/horde>
   AllowOverride Limit FileInfo
</Directory>

3.- Add "RewriteBase /horde"  on .htaccess
#cat /usr/share/horde/.htaccess

# IMPORTANT: DO NOT EDIT THIS FILE!
# It will be overwritten with any future upgrade.

allow from all

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /horde
    RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteCond   %{REQUEST_FILENAME}  !-d
    RewriteCond   %{REQUEST_FILENAME}  !-f
    RewriteRule ^(.*)$ rampage.php [QSA,L]
</IfModule>

4.- Reload Apache configuration (could be made after step 2)
# service apache2 reload

I have also tested it with latest horde packages (sid ones)

Best Regards,

Diego Arroyo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-horde-hackers/attachments/20130829/7b749936/attachment.html>


More information about the pkg-horde-hackers mailing list