Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. rewrite ^/v3/list/([0-9-_a-z]+?).html$ /index.php?list_v3=$1 last;
  2.  
  3. add_rule('list/([0-9-_a-z]+).html$', 'index.php?list_v3=$matches[1]', 'top');
  4.  
  5. rewrite ^/list/([0-9-_a-z]+?).html$ /index.php?list_v3=$1 last;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement