Advertisement
abeksis

dsfsdf

Apr 9th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. RewriteBase /
  2. RewriteRule ^s(\d+)[-/].*[-/]b(\d+)-.*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
  3. RewriteRule ^s(\d+)[-/]b(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
  4. RewriteRule ^b(\d+)[-/].*[-/]s(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
  5. RewriteRule ^b(\d+)[-/]s(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
  6. RewriteRule ^.*[-/]b(\d+)[-/]s(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
  7. RewriteRule ^.*[-/]b(\d+)[-/].*[-/]s(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
  8. RewriteRule ^.*[-/]s(\d+)[-/].*[-/]b(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
  9. RewriteRule ^.*[-/]s(\d+)[-/]b(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
  10.  
  11. RewriteRule ^s(\d+)[-/].*[-/]b(\d+)-.*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
  12. RewriteRule ^s(\d+)[-/]b(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
  13. RewriteRule ^b(\d+)[-/].*[-/]s(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
  14. RewriteRule ^b(\d+)[-/]s(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
  15. RewriteRule ^.*[-/]b(\d+)[-/]s(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
  16. RewriteRule ^.*[-/]b(\d+)[-/].*[-/]s(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
  17. RewriteRule ^.*[-/]s(\d+)[-/].*[-/]b(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
  18. RewriteRule ^.*[-/]s(\d+)[-/]b(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement