/var/softaculous/bludit
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess4080644editdlrm
fileindex.php2770644editdlrm
import.php26290644editdlrm
info.xml14740644editdlrm
install.js9240644editdlrm
install.php67140644editdlrm
install.xml4420644editdlrm
md544520644editdlrm
notes.txt5410644editdlrm
upgrade.php37310644editdlrm
upgrade.xml4840644editdlrm
_clone.php30960644editdlrm
Edit: /var/softaculous/bludit/.htaccess (408B)
AddDefaultCharset UTF-8 # Enable rewrite rules RewriteEngine on # Base directory RewriteBase [[relativeurl]]/ # Deny direct access to the next directories RewriteRule ^bl-content/(databases|workspaces|pages|tmp)/.*$ - [R=404,L] # All URL process by index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php [PT,L]