simple htaccess redirection
by Prakash[ Edit ] 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]