Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

Vanity URL

$
0
0

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]

 


Viewing all articles
Browse latest Browse all 13200

Trending Articles