Untitled

By Bitty Macaque, 11 Years ago, written in Plain Text, viewed 690 times.
URL http://pb.stoleyour.com/view/2bfcda32 Embed
Download Paste or View RawExpand paste to full width of browser
  1. RewriteBase /optracker
  2. RewriteEngine on
  3.  
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6.  
  7. RewriteRule ^var/files/_generated/([a-zA-Z0-9_/\-\.,]+)_([0-9o]+)x([0-9o]+)([csfe]*)(_r([0-9]+))?.([a-z]+)+$ file_handler.php?f=$1&x=$2&y=$3&t=$4&r=$6&ext=$7 [L,QSA]
  8.  
  9. RewriteCond %{REQUEST_FILENAME} !-f
  10. RewriteCond %{REQUEST_FILENAME} !-d
  11.  
  12. RewriteRule ^([a-zA-Z0-9_/\-\+|]+)$ index.php?m=$1 [L,QSA]
  13.  

Reply to "Untitled"

Here you can reply to the paste above