View Single Post
  #4  
Old 11-27-2015, 12:06 PM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: 301 Redirect not working in HTACCESS file

Try something like that
Code:
RewriteRule ^all\-products\/category(.*) "https\:\/\/www\.yoursite\.com\/all\-products\/category" [R=301,L]
This should work
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team
Reply With Quote