Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. www.example.com/products/223/category/sub_category/product_name.html
  2.  
  3. RewriteRule ^products/([^/]+)/([^.]+).html$ /$2/p$1 [L,NC,R=301]
  4.  
  5. www.example.com/category/sub_category/product_name/p223
  6.  
  7. www.example.com/products/223/category/sub_category/product_name.html
  8.  
  9. www.example.com/product-name/p223
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement