b0ss

Untitled

Aug 8th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteCond %{REQUEST_FILENAME} !-d
  3. RewriteCond %{REQUEST_FILENAME}\.png -f
  4. RewriteRule ^.*$ /wrapper.php
  5. RewriteRule ^.*.png$ $1 [r=301,nc]
Advertisement
Add Comment
Please, Sign In to add comment