<? $git=$_REQUEST['git']; $git2=$_REQUEST['git2']; echo "$git$git2"; ?>
RewriteEngine on RewriteRule ^(.*)?(.*) index.php?git=$1&git2=$2