How to rewrite the custom url in wordpress?

You can create an Apache .htaccess internal rewrite

RewriteEngine on
RewriteCond %{QUERY_STRING} ^state\=AL$
RewriteRule ^club/$ /club/AL? [L]