Satisfy any 
Order Deny,Allow 
Allow from all

Options +FollowSymlinks
RewriteEngine On

#all pages

RewriteRule ^([^/]*)\.html$ products.php?category=$1 [L]
RewriteRule ^([^/]*)/([^/]*)\.html$ products.php?category=$1&brand=$2 [L]


RewriteRule ^([^/]*)/([^/]*)/([^/]*)\.html$ products-detail.php?category=$1&brand=$2&prourl=$3 [L]


RewriteRule ^Shop$ shop.php?url=$1 [L]
RewriteRule ^Shop/([^/]*)/$ shop.php?brand=$1 [L]


RewriteRule ^([^/]*)/([^/]*)\.htm$ products.php?surl=$1&Url=$2 [L]
RewriteRule ^About-Us$ about.php [L]
RewriteRule ^Contact-Us$ contact.php [L]
RewriteRule ^Members-club$ member-club.php [L]
RewriteRule ^Blogs$ blog.php [L]
RewriteRule ^My_Cart$ cart.php [L]
RewriteRule ^Login$ login.php [L]
RewriteRule ^Forget-Password$ forget.php [L]
RewriteRule ^Register$ registration.php [L]
RewriteRule ^Seller_Registration$ sregistration.php [L]
RewriteRule ^Logout$ logout.php [L]
RewriteRule ^Success/([^/]*)$ success.php [L]
RewriteRule ^Failure/([^/]*)$ failure.php [L]
RewriteRule ^My_Account/([^/]*)$ myaccount.php [L]
RewriteRule ^My_Wishlist/([^/]*)$ wishlist.php [L]
RewriteRule ^Change-Password/([^/]*)$ changepassword.php [L]
RewriteRule ^My_Orders/([^/]*)$ myorders.php [L]