X7ROOT File Manager
Current Path:
/var/softaculous/pydio
var
/
softaculous
/
pydio
/
📁
..
📄
.htaccess
(949 B)
📄
admin_counted
(4 B)
📄
bootstrap.json
(864 B)
📄
edit.php
(4.22 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(179 B)
📄
first_run_passed
(4 B)
📁
images
📄
import.php
(3.11 KB)
📄
info.xml
(2.93 KB)
📄
install.js
(924 B)
📄
install.php
(8.56 KB)
📄
install.xml
(2.06 KB)
📄
md5
(1.51 KB)
📄
notes.txt
(287 B)
📁
php53
📁
php56
📁
php71
📁
php81
Editing: .htaccess
<IfModule mod_rewrite.c> # 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 </IfModule> AddType application/json .json
Upload File
Create Folder