+1  A: 

Try adding the redirect flag:

RewriteRule ^([^/]*)/([^/]*)$ /index.php?client=$1&page=$2 [R=301, L]
jasonbar
Gaurav Sharma