/var/softaculous/status
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
.htaccess6540644editdlrm
config.php4130644editdlrm
edit.php43110644editdlrm
edit.xml4330644editdlrm
fileindex.php3010644editdlrm
import.php34680644editdlrm
info.xml17120644editdlrm
install.js9210644editdlrm
install.php54090644editdlrm
install.xml12240644editdlrm
md527870644editdlrm
notes.txt2910644editdlrm
status.sql734670644editdlrm
status.zip131875340644editdlrm
Edit: /var/softaculous/status/.htaccess (654B)
RewriteEngine On # NOTE: change this to your actual StatusNet base URL path, # minus the domain part: # # http://example.com/ => / # http://example.com/mublog/ => /mublog/ # RewriteBase [[relativeurl]]/ ## Uncomment these if having trouble with API authentication ## when PHP is running in CGI or FastCGI mode. # #RewriteCond %{HTTP:Authorization} ^(.*) #RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php?p=$1 [L,QSA] Order allow,deny