/var/softaculous/atlantis
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env2310644editdlrm
.htaccess6790644editdlrm
clone.php67340644editdlrm
edit.php45500644editdlrm
edit.xml4330644editdlrm
extend.php92390644editdlrm
fileindex.php2750644editdlrm
import.php34680644editdlrm
info.xml28690644editdlrm
install.js9240644editdlrm
install.php55750644editdlrm
install.xml5690644editdlrm
md514330644editdlrm
notes.txt6030644editdlrm
update_pass.php5410644editdlrm
Edit: /var/softaculous/atlantis/.htaccess (679B)
deny from all Options -MultiViews RewriteEngine On RewriteBase [[relativeurl]]/ # Redirect Trailing Slashes... RewriteRule ^(.*?)\.(css|js|jpg|jpeg|JPEG|png|pdf|eot|ttf|woff|woff2|otf|svg|eot|gif)$ - [L,R=301] RewriteRule ^(.*)/$ /$1 [L,R=301] RewriteRule ^(?:app|bootstrap|config|database|modules|resources|storage|vendor)\b index.php/$0 [L] # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L]