Jose R R wrote:
You may find additional helpl here: http://forum.owncloud.org/
as suggested by:
https://twitter.com/ownClouders/status/364051486671507456

THOSE are the various patches that simply don't work!
There have been various fixes for 'go daddy' which has apparently simply switched from 2.2 to 2.4 without actually telling anyone! I've dropped 2.2 onto a new machine simply to get a working address book again, but what is needed is some help from people who actually understand what is needed to migrate the 2.2 re-writes to the newer 2.4 format ... PLEASE!

On Sat, Aug 3, 2013 at 3:06 PM, Lester Caine <les...@lsces.co.uk> wrote:

I'm struggling with conflicting patches to get owncloud working with apache2.4

The existing rewrite setup I know needs reworking but I'm not competent enough 
to sort it out.

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule ^.well-known/host-meta /public.php?service=host-meta [QSA,L]
RewriteRule ^.well-known/host-meta.json /public.php?service=host-meta-json 
[QSA,L]
RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]
RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]
RewriteRule ^apps/calendar/caldav.php remote.php/caldav/ [QSA,L]
RewriteRule ^apps/contacts/carddav.php remote.php/carddav/ [QSA,L]
RewriteRule ^apps/([^/]*)/(.*\.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L]
RewriteRule ^remote/(.*) remote.php [QSA,L]
</IfModule>


https://github.com/owncloud/core/blob/master/.htaccess
is the full file.

I think I'm getting a valid match in the log file, but nothing is appearing in 
the access log ... Any ideas how to rework this please?

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to