/var/softaculous/anchor
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess8870644editdlrm
app.php1980644editdlrm
clone.php47890644editdlrm
db.php4230644editdlrm
edit.php44850644editdlrm
edit.xml4330644editdlrm
fileindex.php2600644editdlrm
import.php31720644editdlrm
info.xml34750644editdlrm
install.js9240644editdlrm
install.php56810644editdlrm
install.xml12370644editdlrm
md510450644editdlrm
notes.txt2840644editdlrm
session.php3160644editdlrm
Edit: /var/softaculous/anchor/.htaccess (887B)
RewriteEngine On RewriteBase [[_relativeurl]] # Allow any files or directories that exist to be displayed directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Rewrite all other URLs to index.php/URL RewriteRule ^(.*)$ index.php?/$1 [L] #Rewrite anchor directories to index.php/URL even though they exist. #Don't rewrite files so that we can still load CSS, etc (except .log files). RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_URI} !\.log$ RewriteRule .* - [S=5] RewriteRule ^(system(?:$|\/.*$)) index.php?/$1 [L] RewriteRule ^(anchor(?:$|\/.*$)) index.php?/$1 [L] RewriteRule ^(content(?:$|\/.*$)) index.php?/$1 [L] RewriteRule ^(themes(?:$|\/.*$)) index.php?/$1 [L] RewriteRule ^(vendor(?:$|\/.*$)) index.php?/$1 [L] ErrorDocument 404 index.php