2012-03-25 12:16:39 +00:00
|
|
|
ErrorDocument 403 /core/templates/403.php
|
2011-09-28 14:15:04 +00:00
|
|
|
ErrorDocument 404 /core/templates/404.php
|
2012-05-07 09:54:42 +00:00
|
|
|
Redirect 301 /apps/calendar/caldav.php /remote.php/caldav/
|
|
|
|
Redirect 301 /apps/contacts/carddav.php /remote.php/carddav/
|
|
|
|
Redirect 301 /apps/files/webdav.php /remote.php/webdav/
|
|
|
|
Redirect 301 /files/webdav.php /remote.php/webdav/
|
2011-08-22 15:16:37 +00:00
|
|
|
<IfModule mod_php5.c>
|
2011-09-28 14:15:04 +00:00
|
|
|
php_value upload_max_filesize 512M
|
|
|
|
php_value post_max_size 512M
|
2011-10-27 19:16:04 +00:00
|
|
|
php_value memory_limit 512M
|
2012-02-10 18:40:18 +00:00
|
|
|
<IfModule env_module>
|
|
|
|
SetEnv htaccessWorking true
|
|
|
|
</IfModule>
|
2011-08-22 15:16:37 +00:00
|
|
|
</IfModule>
|
2012-01-03 03:55:19 +00:00
|
|
|
<IfModule mod_rewrite.c>
|
2011-10-13 14:31:01 +00:00
|
|
|
RewriteEngine on
|
2012-05-02 19:33:54 +00:00
|
|
|
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
2012-05-07 09:54:42 +00:00
|
|
|
RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]
|
2012-05-10 16:14:59 +00:00
|
|
|
RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]
|
2012-05-03 15:30:22 +00:00
|
|
|
RewriteRule ^apps/([^/]*)/(.*\.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L]
|
2012-05-05 22:12:51 +00:00
|
|
|
RewriteRule ^remote/(.*) remote.php [QSA,L]
|
2012-01-03 03:55:19 +00:00
|
|
|
</IfModule>
|
2012-05-10 16:14:59 +00:00
|
|
|
Options -Indexes
|