Scorpion28 Posted April 25, 2013 Share Posted April 25, 2013 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] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.