/var/softaculous/whmcs89
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess9330644editdlrm
changelog.txt55510644editdlrm
clone.php60940644editdlrm
clone.xml2810644editdlrm
config.php7830644editdlrm
configuration.php5890644editdlrm
edit.php63130644editdlrm
edit.xml5770644editdlrm
fileindex.php6740644editdlrm
import.php58260644editdlrm
info.xml28230644editdlrm
install.js9240644editdlrm
install.php67100644editdlrm
install.xml40070644editdlrm
md518470644editdlrm
notes.txt19360644editdlrm
upgrade.php68560644editdlrm
upgrade.xml6540644editdlrm
Edit: /var/softaculous/whmcs89/.htaccess (933B)
### BEGIN - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ### RewriteEngine on # RewriteBase is set to "/" so rules do not need updating if the # installation directory is relocated. It is imperative that # there is also a RewriteCond rule later that can effectively get # the actual value by comparison against the request URI. # # If there are _any_ other RewriteBase directives in this file, # the last entry will take precedence! RewriteBase / # Redirect directories to an address with slash RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+[^/])$ $1/ [R] # Send all remaining (routable paths) through index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Determine and use the actual base RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$ RewriteRule ^.*$ %2index.php [QSA,L] ### END - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ###