This is my .htaccess code ... the first condition is working and the other one is not
RewriteEngine On
RewriteRule ^([\w-]+)/?$ Page.php?PageID=$1 [L] # Process parrots
RewriteRule ^([\w-]+)/?$ Product.php?ProductID=$1 [L] # Process parrots
ErrorDocument 404 /ChicDemure/404.php