RewriteEngine On # Only trigger on missing files RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Rewrite all 404s to index.php (URL stays the same) RewriteRule ^(.*)$ /index.php [L]