Guest User

Untitled

a guest
Aug 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Regarding htaccess, PHP and hidden variable passing
  2. `forum.mysite.com/offtopic/23894/`
  3.  
  4. `forum.mysite.com/file.php?board=offtopic&thread=23894`
  5.  
  6. RewriteEngine on
  7. RewriteRule /([^/]+)/([0-9]+)/ file.php?board=$1&thread=$2
Add Comment
Please, Sign In to add comment