[horde] trean: 404 when deleting or saving after edit
Vilius Sumskas/LNK
vilius at lnk.lt
Tue Dec 16 20:59:13 UTC 2014
Hi,
> This is from the browser Firebug
> ==========================
> Request URL:http://beta.mail.comehome.net/trean/b/save
> Request Method:POST
> Status Code:404 Not Found
>
<...>
> === /etc/apache2/conf-available/php-horde.conf ===
> Alias /horde /usr/share/horde
>
> <Directory /usr/share/horde>
> Options Indexes FollowSymLinks
> AllowOverride All
> Require all granted
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteBase /horde
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteRule ^(.*)$ index.php/$1 [QSA,L]
> </IfModule>
> </Directory>
You RewriteBase is wrong. It needs to be adjusted according to your URL
base folder.
--
Vilius
More information about the horde
mailing list