This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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] |