My .htaccess has the following code :
RewriteRule ^([A-Z]+)$ listings/$1 [R=301] RewriteRule ^listings/([A-Z]+)/?$ listings_state.php?state=$1 [NC,L]