[nag] Save Task

Arjen de Korte arjen+horde at de-korte.org
Wed May 14 08:57:45 UTC 2014


Citeren Claude Tompers <claude.tompers at restena.lu>:

> On Wed, 14 May 2014 08:28:13 +0200
> Ralf Lang <lang at b1-systems.de> wrote:
>
>> On 14.05.2014 07:49, Claude Tompers wrote:
>> > Hello,
>> >
>> > I have a small problem with saving tasks in nag. I add a task, click
>> > save and I get directed to /nag/t/save which does not exist. I
>> > suppose I'm missing some kind of redirect here ? Maybe because we're
>> > running Horde on NGINX ? What file should I redirect that URL to, to
>> > handle the saving of a task ?
>> >
>>
>> You need to convert the redirect rules in the .htaccess files to nginx
>> rewrite rules.
>>
>>
>
> I thought so, but I don't have a .htaccess file in the folder nag. All
> other htaccess files in subfolder only say "Deny from all".

The .htaccess file that is meant here is in the root of your Horde  
installation and should contain something like

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

     allow from all

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


-- 
This message was sent from a mailinglist subscription address.
For off-list replies, you must remove the address extension.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5849 bytes
Desc: S/MIME Signature
URL: <http://lists.horde.org/archives/nag/attachments/20140514/d7241c9a/attachment.bin>


More information about the nag mailing list