/var/softaculous/pydio
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess9490644editdlrm
admin_counted40644editdlrm
bootstrap.json8640644editdlrm
edit.php43150644editdlrm
edit.xml4330644editdlrm
fileindex.php1790644editdlrm
first_run_passed40644editdlrm
import.php31760644editdlrm
info.xml30000644editdlrm
install.js9240644editdlrm
install.php87850644editdlrm
install.xml21100644editdlrm
md577580644editdlrm
notes.txt2870644editdlrm
Edit: /var/softaculous/pydio/.htaccess (949B)
# You must set the correct values here if you want # to enable webDAV sharing. The values assume that your # Pydio installation is at http://yourdomain/ # and that you want the webDAV shares to be accessible via # http://yourdomain/shares/repository_id/ RewriteEngine on RewriteBase [[relativeurl_]] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php [L] #Following lines seem to be necessary if PHP is working #with apache as CGI or FCGI. Just remove the # #See http://doc.tiki.org/WebDAV#Note_about_Apache_with_PHP_as_fcgi_or_cgi #RewriteCond %{HTTP:Authorization} ^(.*) #RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1] #Following lines may be necessary for a PHP-FPM setup # to make sure that authorization is transmitted. # Just remove the # at the beginning of the line #SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 AddType application/json .json