RewriteEngine On    # Turn on the rewriting engine
RewriteRule ^getbyid/([0-9a-zA-Z_-]*)$ getbyid.php?id=$1 [NC,L]
RewriteRule ^create/([0-9a-zA-Z_-]*)$ create.php?id=$1 [NC,L]
RewriteRule ^delete/([0-9a-zA-Z_-]*)$ delete.php?id=$1 [NC,L]
RewriteRule ^getforcompany/([0-9a-zA-Z_-]*)$ getforcompany.php?id=$1 [NC,L]
