Jump to content

tareqshaw

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by tareqshaw

  1. i want to add rule if page is index.php?_a=viewCat&cat_id=1 if this is my url i want to add some rule in htaccess file
  2. i am using cubecart 4 , can't we do this by htaccess ? i am using cubecart4 , i have done it by getting category name from url , then i get category id from that name and pass to query on page
  3. how i can remove parameters from url , like i have page http://www.abc.pk/index.php?_a=viewCat&cat_id=1 to http://www.pakonlineshop.pk/mens-fashion i have tried many options but did not get , if i use this rule #RewriteCond %{QUERY_STRING} (.*)$ #RewriteCond %{REQUEST_FILENAME} !-f #RewriteRule ([^/]*)$ index.php?_a=viewCat&cat_id=$1 [NC] this loads some category's products on http://www.pakonlineshop.pk
×
×
  • Create New...