Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^relo/([a-zA-Z-_]+)/([a-zA-Z-_]+)/([a-zA-Z-_]+)/?$ relo.php?state=$1®ion=$2&zone=$3 [L]
RewriteRule ^relo/([a-zA-Z-_]+)/([a-zA-Z-_]+)/?$ relo.php?state=$1®ion=$2 [L]
RewriteRule ^relo/([a-zA-Z-_]+)/?$ relo.php?state=$1 [L]
/relo/state/county/city will be rewritten to relo.php?state=STATE®ion=COUNTY&zone=CITY
/relo/state/county will be rewritten to relo.php?state=STATE®ion=COUNTY
/relo/state will be rewritten to relo.php?state=STATE