How can I do it right? If subdomain is not "dev" follow these instructions
RewriteEngine On
Options +MultiViews
Options +FollowSymlinks
# -----------------%<-----------------
# If subdomain is not "dev"
RewriteCond %{HTTP_HOST} !^dev\.*
# follow these instructions
AddHandler fcgid-script .php
MultiviewsMatch Handlers Filters
# -----------------%<-----------------