Guest User

Untitled

a guest
Jan 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. RewriteRule ^brands$ brands/ [R=301,L]
  2. RewriteRule ^brands/$ /brands.php
  3. RewriteRule ^brands/([A-ZÆØÅæøåa-z0-9-]+)-([0-9]+)/$ index.php?manufacturers_name=$1&manufacturers_id=$2 [L,QSA]
  4. RewriteRule ^brands/([0-9]+)$ index.php?manufacturers_id=$1 [L]
  5.  
  6. xxx.com/brands/brand-id
Add Comment
Please, Sign In to add comment