RewriteEngine On    # Turn on the rewriting engine
RewriteRule ^read/([0-9a-zA-Z_-]*)$ read.php?id=$1 [NC,L]
RewriteRule ^getversions/([0-9a-zA-Z_-]*)$ getversions.php?id=$1 [NC,L]
RewriteRule ^getread/([0-9a-zA-Z_-]*)$ getread.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 ^update/([0-9a-zA-Z_-]*)$ update.php?id=$1 [NC,L]
RewriteRule ^prodstep/([0-9a-zA-Z_-]*)$ prodstep.php?id=$1 [NC,L]
RewriteRule ^updateprodstep/([0-9a-zA-Z_-]*)$ updateprodstep.php?id=$1 [NC,L]
RewriteRule ^saveversion/([0-9a-zA-Z_-]*)$ saveversion.php?id=$1 [NC,L]
RewriteRule ^setversion/([0-9a-zA-Z_-]*)$ setversion.php?id=$1 [NC,L]
RewriteRule ^versionbatches/([0-9a-zA-Z_-]*)$ versionbatches.php?id=$1 [NC,L]
RewriteRule ^batchsteps/([0-9a-zA-Z_-]*)$ batchsteps.php?id=$1 [NC,L]
RewriteRule ^batchstepmeasures/([0-9a-zA-Z_-]*)$ batchstepmeasures.php?id=$1 [NC,L]
RewriteRule ^batchstepingredients/([0-9a-zA-Z_-]*)$ batchstepingredients.php?id=$1 [NC,L]
RewriteRule ^batchstepstorage/([0-9a-zA-Z_-]*)$ batchstepstorage.php?id=$1 [NC,L]
RewriteRule ^prodstepmeasures/([0-9a-zA-Z_-]*)$ prodstepmeasures.php?id=$1 [NC,L]
RewriteRule ^batchlist/([0-9a-zA-Z_-]*)$ batchlist.php?id=$1 [NC,L]
RewriteRule ^updateprodbatchstep/([0-9a-zA-Z_-]*)$ updateprodbatchstep.php?id=$1 [NC,L]
RewriteRule ^insertbatch/([0-9a-zA-Z_-]*)$ insertbatch.php?id=$1 [NC,L]
RewriteRule ^batchstepreport/([0-9a-zA-Z_-]*)$ batchstepreport.php?id=$1 [NC,L]
RewriteRule ^updateprodbatchfortracking/([0-9a-zA-Z_-]*)$ updateprodbatchfortracking.php?id=$1 [NC,L]
RewriteRule ^batchstepreportauth/([0-9a-zA-Z_-]*)$ batchstepreportauth.php?id=$1 [NC,L]
RewriteRule ^batchstepreportcustomer/([0-9a-zA-Z_-]*)$ batchstepreportcustomer.php?id=$1 [NC,L]
RewriteRule ^newbatchthisproduct/([0-9a-zA-Z_-]*)$ newbatchthisproduct.php?id=$1 [NC,L]
RewriteRule ^newbatchexistproduct/([0-9a-zA-Z_-]*)$ newbatchexistproduct.php?id=$1 [NC,L]
RewriteRule ^newbatchnewproduct/([0-9a-zA-Z_-]*)$ newbatchnewproduct.php?id=$1 [NC,L]
RewriteRule ^rembatch/([0-9a-zA-Z_-]*)$ rembatch.php?id=$1 [NC,L]
RewriteRule ^removestep/([0-9a-zA-Z_-]*)$ removestep.php?id=$1 [NC,L]
RewriteRule ^countwarnings/([0-9a-zA-Z_-]*)$ countwarnings.php?id=$1 [NC,L]
RewriteRule ^counterrors/([0-9a-zA-Z_-]*)$ counterrors.php?id=$1 [NC,L]
RewriteRule ^batchsplitoptions/([0-9a-zA-Z_-]*)$ batchsplitoptions.php?id=$1 [NC,L]
RewriteRule ^chainbatches/([0-9a-zA-Z_-]*)$ chainbatches.php?id=$1 [NC,L]
RewriteRule ^getchainforbatch/([0-9a-zA-Z_-]*)$ getchainforbatch.php?id=$1 [NC,L]
RewriteRule ^countauthsteps/([0-9a-zA-Z_-]*)$ countauthsteps.php?id=$1 [NC,L]
RewriteRule ^countcustomersteps/([0-9a-zA-Z_-]*)$ countcustomersteps.php?id=$1 [NC,L]
RewriteRule ^allergens/([0-9a-zA-Z_-]*)$ allergens.php?id=$1 [NC,L]


