I need help with a vanity url .htaccess
I have a profile based site that I want to open up the profile using the url and the member profile name
example: http://example.com/member
Then I want to redirect to the members profile
here is what I have
RewriteEngine On
RewriteBase /
RewriteRule ^([A-Za-z0-9-]+)/?$ view.php?page=$1 [L]