/var/softaculous/webasyst
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess140644editdlrm
all_fields_order.php3980644editdlrm
apps.php2370644editdlrm
company_fields_order.php5670644editdlrm
config.php1580644editdlrm
custom_fields.php300070644editdlrm
db.php2380644editdlrm
edit.php43110644editdlrm
edit.xml4330644editdlrm
fileindex.php1890644editdlrm
import.php29650644editdlrm
info.xml35060644editdlrm
install.js9240644editdlrm
install.php163840644editdlrm
install.xml10070644editdlrm
mail.php810644editdlrm
md531690644editdlrm
notes.txt13080644editdlrm
person_fields_order.php15600644editdlrm
plugins.php730644editdlrm
robots.txt2140644editdlrm
routing.php14350644editdlrm
search.php302320644editdlrm
services.php40770644editdlrm
SystemConfig.class.php1570644editdlrm
thumb.php1850644editdlrm
update_antibot.php27340644editdlrm
waid.php6150644editdlrm
_.htaccess15300644editdlrm
_htaccess1420644editdlrm
_thumb.php1920644editdlrm
__thumb.php1960644editdlrm
Edit: /var/softaculous/webasyst/_.htaccess (1530B)
Deny from all DirectoryIndex index.php Options -Indexes # Comment the following line, if option Multiviews not allowed here Options -MultiViews AddDefaultCharset utf-8 RewriteEngine On # Uncomment the following line, if you are having trouble #RewriteBase / # if request js file from ROOT RewriteCond %{REQUEST_URI} ^\/?[^\/]+\.js$ [or] # or if NOT request certain static file from anywhere RewriteCond %{REQUEST_URI} !\.(js|css|jpg|jpeg|gif|png|svg|ttf|eot|otf|woff|woff2)$ [or] # or if request apple-touch-icon.png icon RewriteCond %{REQUEST_URI} apple-touch-icon\.png$ [or] # or if other conditions for webdav and caldav are passed RewriteCond %{REQUEST_METHOD} ^(POST|PUT|COPY|MOVE|DELETE|PROPFIND|OPTIONS|MKCOL)$ [or] RewriteCond %{HTTP:Translate} ^.+$ [or] RewriteCond %{HTTP_USER_AGENT} ^(DavClnt|litmus|gvfs|davfs|wdfs|WebDAV|cadaver|Cyberduck) # or if file doesnt' exist RewriteCond %{REQUEST_FILENAME} !-f # or if directory doesnt' exist RewriteCond %{REQUEST_FILENAME} !-d # dispatch it to index.php RewriteRule ^(.*)$ index.php [L,QSA] Header set Cache-Control "max-age=3153600, public" RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]