Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # Permalinks
  2. RewriteEngine on
  3.  
  4. # Articles (english url)
  5. RewriteRule ^articles/?$ /articles.php [QSA,L]
  6. RewriteRule ^articles/([a-z_-]+)/?$ /articles.php?cat=$1 [QSA,L]
  7. RewriteRule ^articles/([a-z_-]+)/([0-9]+)/?$ /articles.php?cat=$1&id=$2 [QSA,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement