Re: [users@httpd] E-commerce Rewrite Rule

2018-02-14 Thread Frank Gingras
([A-Za-z0-9-]+)/ > >> ?$ php-page-name.php?dept=$1=$2=$3=$4 [L] > >> ------------- > >> Van: Rajib Karmakar [mailto:creativewebl...@gmail.com] > >> Verzonden: woensdag 14 februari 2018 9:59 > >> Aan: users@httpd.apache

Re: [users@httpd] E-commerce Rewrite Rule

2018-02-14 Thread Richard
$3=$4 [L] >> - >> Van: Rajib Karmakar [mailto:creativewebl...@gmail.com] >> Verzonden: woensdag 14 februari 2018 9:59 >> Aan: users@httpd.apache.org >> Onderwerp: Re: [users@httpd] E-commerce Rewrite Rule >> >> Hello,

Re: [users@httpd] E-commerce Rewrite Rule

2018-02-14 Thread Frank Gingras
> Van: Rajib Karmakar [mailto:creativewebl...@gmail.com] > Verzonden: woensdag 14 februari 2018 9:59 > Aan: users@httpd.apache.org > Onderwerp: Re: [users@httpd] E-commerce Rewrite Rule > > Hello, > > I build is it right? > > 3. domain.c

RE: [users@httpd] E-commerce Rewrite Rule

2018-02-14 Thread stefaan.dutry
[mailto:creativewebl...@gmail.com] Verzonden: woensdag 14 februari 2018 9:59 Aan: users@httpd.apache.org Onderwerp: Re: [users@httpd] E-commerce Rewrite Rule Hello, I build is it right? 3. domain.com / Clothing[Department] / Mens[Main Catagory] / Shirts[Sub Catagory] / White Shirt [product_id=15

Re: [users@httpd] E-commerce Rewrite Rule

2018-02-14 Thread Rajib Karmakar
Hello, I build is it right? 3. domain.com / Clothing[Department] / Mens[Main Catagory] / Shirts[Sub Catagory] / White Shirt [product_id=15] => RewriteRule ^([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/?$ php-page-name.php?dept=$4=$3=$2=$1 [L] 4. domain.com / contact-us =>

Re: [users@httpd] E-commerce Rewrite Rule

2018-02-13 Thread Rajib Karmakar
Hello, Yes, I need 4 URL to mod_rewrite. 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 Tue,

Re: [users@httpd] E-commerce Rewrite Rule

2018-02-13 Thread Eric Covener
On Tue, Feb 13, 2018 at 8:57 AM, Rajib Karmakar wrote: > Good morning Team, > > > Below 4 URL in my e-commerce, please guide me right rewriterule for it. > > > > 1. domain.com / Clothing[Department] / Mens[Main Catagory] / Shirts[Sub > Catagory] / T-Shirts [Sub Sub