Comprehensive security analysis of your FileRack installation
Click on each check to view detailed information and fix instructions:
Configuration file permissions are insecure. File should be readable but not writable by web server.
Set file permissions to 644: chmod 644 config/config.php
No .htaccess file found. Directory listings may be enabled.
Create .htaccess file with "Options -Indexes" directive
Error display is disabled (secure)
Session cookies lack security flags
Set session.cookie_httponly = 1 and session.cookie_secure = 1 in php.ini
DocumentationDatabase connection failed - check credentials and server status
Verify database credentials and ensure MySQL service is running
DocumentationSite is using HTTPS encryption
No sensitive files found in web root
Upload directory may allow execution of uploaded files
Add .htaccess to upload directory with "php_flag engine off"
Current PHP version: 8.2.29. Version is reasonably current
Database user privileges verified
Admin password is properly hashed
0 of 3 recommended security headers are set
Add security headers via .htaccess or server configuration