I've used pound as my reverse proxy proxy for a long time.<br>
But I recently changed it to apache2 because I wanted to custom my error pages.<br>
<br>
After all the compile, installation, and configuration, the reverse proxy was almost fine.<br>
But when I load something with URL like "<a href="http://www.mydomain.com/fs/996%2firan%2eh3%2ejpg">http://www.mydomain.com/fs/996%2firan%2eh3%2ejpg</a>",<br>
it failed while the same URL could be loaded on my pound reverse proxy with no error.<br>
<br>
I know the same picture should be loaded on "<a href="http://www.mydomain.com/fs/996/iran.h3.jpg">http://www.mydomain.com/fs/996/iran.h3.jpg</a>" and this<br>
is loadable on apache2 proxy. Is there anyway to load the "<a href="http://www.mydomain.com/fs/996%2firan%2eh3%2ejpg">http://www.mydomain.com/fs/996%2firan%2eh3%2ejpg</a>"<br>
on apache reverse proxy?<br>
<br>