RewriteEngine On
RewriteBase /

# --- Process by index.php ---
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.php/$1 [L]

# Prevent Filebrowsing
Options All -Indexes