Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3. RewriteCond %{REQUEST_FILENAME} !-d
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5.  
  6. RewriteRule ^ruid.php(/t(d))?/r([d]{2,4})x(d{2,4})?/([a-zA-Zd_-])$ ruid.php?type=$2&width=$3&height=$4&image=$5 [L, QSA]
  7.  
  8. // returns array(0){}
  9. die(var_dump($_GET));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement