X7ROOT File Manager
Current Path:
/var/softaculous/drupal
var
/
softaculous
/
drupal
/
📁
..
📄
.htaccess
(639 B)
📄
NOTES.txt
(1.39 KB)
📄
changelog.txt
(580 B)
📄
clone.php
(14.17 KB)
📄
drupal.sql
(396.6 KB)
📄
drupal.zip
(3.66 MB)
📄
edit.php
(4.36 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(347 B)
📁
images
📄
import.php
(6.26 KB)
📄
info.xml
(2.52 KB)
📄
install.js
(921 B)
📄
install.php
(11.84 KB)
📄
install.xml
(1.16 KB)
📄
md5
(1.15 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
settings.php
(37.6 KB)
📄
update.php
(19.49 KB)
📄
upgrade.php
(4.93 KB)
📄
upgrade.xml
(294 B)
Editing: .htaccess
# Turn off all options we don't need. Options None Options +FollowSymLinks # Set the catch-all handler to prevent scripts from being executed. SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 <Files *> # Override the handler again if we're run later in the evaluation list. SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 </Files> # If we know how to do it safely, disable the PHP engine entirely. <IfModule mod_php5.c> php_flag engine off </IfModule> <IfModule mod_php7.c> php_flag engine off </IfModule> # From PHP 8 there is no number in the module name. <IfModule mod_php.c> php_flag engine off </IfModule>
Upload File
Create Folder