Skip to content

Instantly share code, notes, and snippets.

View woeterman94's full-sized avatar

Wouter woeterman94

View GitHub Profile
@CBeloch
CBeloch / .htaccess
Last active November 6, 2020 11:25
Giphy - Random GIF by Tag
# Will allow to use a .gif extension.
# Script can now be used as www.mydomain.com/pokemon.gif
RewriteEngine on
RewriteRule ^(.*).gif giphy.php?tag=$1 [L,QSA]