RewriteEngine On    # Turn on the rewriting engine
RewriteRule ^read/([0-9a-zA-Z_-]*)$ read.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 ^prodstores/([0-9a-zA-Z_-]*)$ prodstores.php?id=$1 [NC,L]
RewriteRule ^category/([0-9a-zA-Z_-]*)$ category.php?id=$1 [NC,L]
RewriteRule ^incategory/([0-9a-zA-Z_-]*)$ incategory.php?id=$1 [NC,L]
RewriteRule ^allstorereqs/([0-9a-zA-Z_-]*)$ allstorereqs.php?id=$1 [NC,L]
RewriteRule ^addtoproduct/([0-9a-zA-Z_-]*)$ addtoproduct.php?id=$1 [NC,L]
RewriteRule ^forstep/([0-9a-zA-Z_-]*)$ forstep.php?id=$1 [NC,L]
RewriteRule ^removefromproduct/([0-9a-zA-Z_-]*)$ removefromproduct.php?id=$1 [NC,L]
RewriteRule ^insertprodbatchstep/([0-9a-zA-Z_-]*)$ insertprodbatchstep.php?id=$1 [NC,L]
RewriteRule ^deleteprodbatchstep/([0-9a-zA-Z_-]*)$ deleteprodbatchstep.php?id=$1 [NC,L]
