Guest User

Untitled

a guest
Jan 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. RewriteRule ^ads/(.*?)-idn(d+).html$ index.php?md=details&id=$2 [L,NE]
  2.  
  3. RewriteRule ^ads/(.*)-idn([0-9]*).html$ index.php?md=details&id=$2 [L,NE]
  4.  
  5. ^ads/(.)-idn(.).html$
  6. ^^^ a dot can be any character, but only one
  7. ^^^ same here
  8.  
  9. ^ads/([-w]+)-idn(d+).html$
Add Comment
Please, Sign In to add comment