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