simple htaccess redirection

by Prakash 2013-01-18 17:53:34

simple htaccess redirection

RewriteCond %{REQUEST_URI} /login/send-friend-request/(.*)
RewriteRule ^login/send-friend-request/(.*) ./user/friends/send_friend_request.php?tofriend=$1 [L]

Tagged in:

950
like
0
dislike
0
mail
flag

You must LOGIN to add comments