Created
June 8, 2016 15:14
-
-
Save iantanwx/b8a06993fc9add778f3fc354129106a1 to your computer and use it in GitHub Desktop.
Apache
This file contains hidden or 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
| # Forwarded GIF_NAME as a query string | |
| RewriteEngine On | |
| RewriteRule ^(midlet|wap|ajax|touch)\/gift\/([0-9]+)_(\w+)\/([0-9]+)\/([0-9]+)? /gift.php?view=$1&gift_id=$2&gif_name=$3&sender_id=$4&receiver_id=$5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment