Redirect to an image
-
Hello,
i use timthumb to resize the pictures and i will use clean urls. So i added a new redirection rule:
URL: /image/w-([0-9]*)/h-([0-9]*)/zc-([0-9]*)/q-([0-9]*)/(.*)
Target: https://example.org/wp-content/themes/example-theme/picture-resizer.php?h=$2&w=$1&zc=3&q=4&src=https://example.org/$5
Action: passBut if i call the url…
https://example.org/image/w-500/h-500/zc-1/q-90/wp-content/uploads/2014/05/example.jpg
… i only see “hieroglyphics” because the header is set to “text/html”.
How can i solve this problem?
Greetings
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Redirect to an image’ is closed to new replies.