mirror of
https://github.com/nextcloud/server.git
synced 2026-02-21 00:45:24 -05:00
remove empty line in .htaccess
This commit is contained in:
parent
de95bf62a2
commit
a69c53caef
1 changed files with 2 additions and 3 deletions
|
|
@ -16,9 +16,8 @@ php_value memory_limit 512M
|
|||
RewriteEngine on
|
||||
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]
|
||||
RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]
|
||||
|
||||
RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]
|
||||
RewriteRule ^apps/([^/]*)/(.*\.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L]
|
||||
RewriteRule ^remote/(.*) remote.php [QSA,L]
|
||||
</IfModule>
|
||||
Options -Indexes
|
||||
Options -Indexes
|
||||
Loading…
Reference in a new issue