Existing Line from .htacess RewriteRule ^state/(.*)$ /state.php?label=$1 [L]
Right now, this works fine as:
domain.com/state/california
However, I would like to see this also work for:
domain.com/state/california/
-- What needs to be added to see that this works in both cases?