How to overcome this issue.Sincerely--------------------------------------------------------- Rajib KarmakarCreative Web Logo TechnologiesWebsite: http://www.creativeweblogo.comMobile: +919874704940Skype: creative.web.logo© 2008-2018 Creative Web Logo Technologies.On Fri, Mar 23, 2018 at 7:53 PM, Frank Gingras <thumbs@xxxxxxxxxx> wrote:I'm sorry, but share what, exactly?On Fri, Mar 23, 2018 at 10:16 AM, Rajib Karmakar <creativeweblogo@xxxxxxxxx> wrote:Please shareSincerely--------------------------------------------------------- Rajib KarmakarCreative Web Logo TechnologiesWebsite: http://www.creativeweblogo.comMobile: +919874704940Skype: creative.web.logo© 2008-2018 Creative Web Logo Technologies.On Fri, Mar 23, 2018 at 5:52 PM, Frank Gingras <thumbs@xxxxxxxxxx> wrote:I would just use a few FallbackResource directives instead.On Thu, Mar 22, 2018 at 8:27 PM, Rajib Karmakar <creativeweblogo@xxxxxxxxx> wrote:Hello,Issues Facing for multiple htaccess rule for dynamic slug.Mainly for an eCommerce website starting from which has Department,category,subcategory,subsubcategory and product Sitepath are follows from department to subsubcategoryWithout department path from category to subsubcategoryAll the rules are written like below#Rule 1RewriteRule ^([A-Za-z0-9-]+)/?$ page1.php?department=$1 [L]Site Path - http://www.mysite.com/clothing#Rule 2RewriteRule ^([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/?$ page2.php?department=$2&catego ry=$1 [L] Site Path - http://www.mysite.com/clothing/women #Rule 3RewriteRule ^([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/?$ page3.php?department=$3&catego ry=$2&subcategory=$1 [L] Site Path - http://www.mysite.com/clothing/women/sweaters #Rule 4RewriteRule ^([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/([A-Za-z0-9 -]+)/?$ page4.php?department=$4&catego ry=$3&subcategory=$2&subsubcat egory=$1 [L] #Rule 5RewriteRule ^([A-Za-z0-9-]+)/?$ page5.php?category=$1 [L]Site Path - http://www.mysite.com/women#Rule 6RewriteRule ^([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/?$ page6.php?category=$2&subcateg ory=$1 [L] Site Path - http://www.mysite.com/women/sweaters #Rule 7RewriteRule ^([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/?$ page7.php?category=$3&subcateg ory=$2&subsubcategory=$1 [L] Site Path - http://www.mysite.com/women/sweaters/pullovers #Rule 8RewriteRule ^product/([A-Za-z0-9-]+)/([^./]*)/?$ product.php?slug=$2&seller=$1 [L] Other Pages Rules except product related#Rule 9RewriteRule ^user/wishlist/?$ wishlist.php [L]Site Path - http://www.mysite.com/user/wishlist #Rule 10RewriteRule ^cart/?$ cart.php [L]Site Path - http://www.mysite.com/cartConflict occurs between1. Rule 1 & Rule 5 & Rule 102. Rule 2 & Rule 6 & Rule 93. Rule 3 & Rule 7 & Rule 8How to make uniqueness for each rules so that it hit to specific page and no conflict occurs.Sincerely--------------------------------------------------------- Rajib KarmakarCreative Web Logo TechnologiesWebsite: http://www.creativeweblogo.comMobile: +919874704940Skype: creative.web.logo© 2008-2018 Creative Web Logo Technologies.