RewriteEngine on
##RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC]
##RewriteRule (.*?)index\.php/*(.*) /$1$2 [R=301,NE,L]



RewriteRule    ^contact$ contactus.php [NC,L]
RewriteRule    ^team$ team.php [NC,L]

