Sindbad~EG File Manager
# Minimal .htaccess - Use this if main .htaccess causes 500 errors
# To use: Rename this to .htaccess (backup the old one first)
RewriteEngine On
# Prevent directory listing
Options -Indexes
# Set default index
DirectoryIndex index.php
# Error pages
ErrorDocument 404 /404.php
# Security headers (optional - remove if causing issues)
<IfModule mod_headers.c>
Header set X-Content-Type-Options "nosniff"
Header set X-Frame-Options "SAMEORIGIN"
</IfModule>
# Note: PHP settings removed - configure via php.ini or hosting control panel instead
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists