Guest User

Untitled

a guest
May 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. RewriteRule f[\d]+/.+-([\d]+)/index([\d]+).html showthread.php?t=$1&page=$2 [NC,L]
  2. RewriteRule f[\d]+/.+-([\d]+)/ showthread.php?t=$1 [NC,L]
  3. RewriteRule f([\d]+)/index([\d]+).html forumdisplay.php?f=$1&page=$2 [NC,L]
  4. RewriteRule f([\d]+)/ forumdisplay.php?f=$1 [NC,L]
Add Comment
Please, Sign In to add comment