update htaccess file and remove remote folder
This commit is contained in:
parent
46fe2e3e2a
commit
9bdd00c0f2
12
.htaccess
12
.htaccess
|
@ -1,9 +1,9 @@
|
||||||
ErrorDocument 403 /core/templates/403.php
|
ErrorDocument 403 /core/templates/403.php
|
||||||
ErrorDocument 404 /core/templates/404.php
|
ErrorDocument 404 /core/templates/404.php
|
||||||
Redirect 301 /apps/calendar/caldav.php /remote/caldav.php
|
Redirect 301 /apps/calendar/caldav.php /remote.php/caldav/
|
||||||
Redirect 301 /apps/contacts/carddav.php /remote/carddav.php
|
Redirect 301 /apps/contacts/carddav.php /remote.php/carddav/
|
||||||
Redirect 301 /apps/files/webdav.php /remote/webdav.php
|
Redirect 301 /apps/files/webdav.php /remote.php/webdav/
|
||||||
Redirect 301 /files/webdav.php /remote/webdav.php
|
Redirect 301 /files/webdav.php /remote.php/webdav/
|
||||||
<IfModule mod_php5.c>
|
<IfModule mod_php5.c>
|
||||||
php_value upload_max_filesize 512M
|
php_value upload_max_filesize 512M
|
||||||
php_value post_max_size 512M
|
php_value post_max_size 512M
|
||||||
|
@ -15,8 +15,8 @@ php_value memory_limit 512M
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||||
RewriteRule ^.well-known/carddav /remote/carddav.php [R]
|
RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]
|
||||||
RewriteRule ^.well-known/caldav /remote/caldav.php [R]
|
RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]
|
||||||
|
|
||||||
RewriteRule ^apps/([^/]*)/(.*\.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L]
|
RewriteRule ^apps/([^/]*)/(.*\.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L]
|
||||||
RewriteRule ^remote/(.*) remote.php [QSA,L]
|
RewriteRule ^remote/(.*) remote.php [QSA,L]
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
*
|
|
||||||
!.gitignore
|
|
Loading…
Reference in New Issue