Guest User

Untitled

a guest
Jun 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #
  2. # both of these
  3. #
  4. RewriteRule ^(tours\/)?([a-zA-Z0-9\'\_\+\!\-]+)\/*(-?[0-9]+)?\/*(areamap)?\/*$ /cats.php?cat=$2&page=$3&areamap=$4 [LAST]
  5. RewriteRule ^(tours\/)?([a-zA-Z0-9\'\_\+\!\-]+)\/([a-zA-Z0-9\'\_\+\!\-]+)\/*(-?[0-9]+)?\/*(areamap)?\/*$ /cats.php?cat=$2&childCat=$3&page=$4&areamap=$5 [LAST]
  6.  
  7. #
  8. # goto just this
  9. #
  10. RewriteRule ^(tours/)?([\w\d'_+!\-]+)/?([\w\d'_+!\-]+)/?(-?\d+)?/*(areamap)?/?$ /cats.php?cat=$2&childCat=$3&page=$4&areamap=$5 [LAST]
Add Comment
Please, Sign In to add comment