RewriteEngine On

# =========================================================
# COMPLETE BLISS - CUSTOM 404
# =========================================================

# Do not interfere with real files
RewriteCond %{REQUEST_FILENAME} !-f

# Do not interfere with real folders
RewriteCond %{REQUEST_FILENAME} !-d

# Send anything that doesn't exist to our 404 page
RewriteRule ^ 404.php [L]