Re: [users@httpd] uniqueness for each rules so that it hit to specific page.

2018-03-23 Thread Frank Gingras
I would recommend abandoning mod_rewrite, and using FallbackResource instead. It will be far simpler, and you may only need a few directives, depending on the routing script needed. On Fri, Mar 23, 2018 at 10:36 AM, Rajib Karmakar wrote: > How to overcome this issue. > > Sincerely >

Re: [users@httpd] uniqueness for each rules so that it hit to specific page.

2018-03-23 Thread Rajib Karmakar
How to overcome this issue. Sincerely - Rajib Karmakar Creative Web Logo Technologies Website: http://www.creativeweblogo.com Mobile: +919874704940 Skype: creative.web.logo © 2008-2018 Creative Web Logo Technologies. On Fri, Mar 23, 2018 at

Re: [users@httpd] uniqueness for each rules so that it hit to specific page.

2018-03-23 Thread Frank Gingras
I'm sorry, but share what, exactly? On Fri, Mar 23, 2018 at 10:16 AM, Rajib Karmakar wrote: > Please share > > Sincerely > - > Rajib Karmakar > > Creative Web Logo Technologies > Website: http://www.creativeweblogo.com > Mobile: +9198747049

Re: [users@httpd] uniqueness for each rules so that it hit to specific page.

2018-03-23 Thread Rajib Karmakar
Please share Sincerely - Rajib Karmakar Creative Web Logo Technologies Website: http://www.creativeweblogo.com Mobile: +919874704940 Skype: creative.web.logo © 2008-2018 Creative Web Logo Technologies. On Fri, Mar 23, 2018 at 5:52 PM, Frank

Re: [users@httpd] uniqueness for each rules so that it hit to specific page.

2018-03-23 Thread Frank Gingras
I would just use a few FallbackResource directives instead. On Thu, Mar 22, 2018 at 8:27 PM, Rajib Karmakar wrote: > Hello, > > Issues Facing for multiple htaccess rule for dynamic slug. > Mainly for an eCommerce website starting from which has > Department,category,subcategory,subsubcategory an

Re: [users@httpd] How to print request headers before and after processing

2018-03-23 Thread Martin Knoblauch
Hi Rainer, thanks for the enlightenment :-) I was not aware, that the RewriteRule check is done before actually evaluating the RewriteCond(s). So, out of curiosity I gave it a try. As I only need to look for the GET request on the login-page, this works fine for me: RewriteCond "%{REQUEST_METHOD