Guest User

Untitled

a guest
Jan 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ^tags/([a-zA-Z0-9_-]+).html
  2.  
  3. RewriteRule ^tags/([a-zA-Z0-9_-]+).html$ /tags/$1 [R,L]
  4.  
  5. RewriteRule ^(.*)/(d*)-(.*).html$ /showthread.php?$1 [R,L]
  6. RewriteRule ^(d*)-(.*).html$ /threads/$2 [R,L]
  7.  
  8. RewriteEngine On
  9. RewriteRule ^tags/([a-zA-Z0-9_-]+).html$ /tags/$1 [R,L]
Add Comment
Please, Sign In to add comment