[Tickets #13579] SlugName

noreply at bugs.horde.org noreply at bugs.horde.org
Thu Sep 18 01:43:08 UTC 2014


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/13579
------------------------------------------------------------------------------
  Ticket             | 13579
  Created By         | bonnaud at hotmail.com
  Summary            | SlugName
  Queue              | Ansel
  Version            | 3.0.1
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


bonnaud at hotmail.com (2014-09-18 01:43) wrote:

Ansel is configured to work with a files on the local system and with  
VFS direct source that seems to be working correctly in horde. I can  
also access file directly by typing the url of it.

I configured a slug named "test" and when I access

http://mail.spagi.net/ansel/gallery/test ( with or without the  
trailing / I tried both ) I get a 404 not found.

Apache log confirm the 404

192.168.0.1 - - [17/Sep/2014:21:36:52 -0400] "GET  
/ansel/gallery/walkingtherockies/ HTTP/1.1" 404 525 "-" "Mozilla/5.0  
(Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0"

Horde is installed in /horde/ on Ubuntu and apache 2.4 configuration  
is straight forward as follow :

<VirtualHost *:80>
         ServerAdmin /*SNIP*/
         DocumentRoot /horde/
         <Directory /horde>
             Require all granted
         </Directory>
         ErrorLog ${APACHE_LOG_DIR}/error.log
         CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

Something I'm missing or slug really don't work ?






More information about the bugs mailing list