Forum Moderators: phranque
Need some help with a small but frustrating issue
Newbie so apologies if I have missed the painfully obvious
Some users have linked to my site using the correct urls
/images/Shot%2001.jpg
/images/Shot%2004.jpg
/images/All%20Colour.jpg
Am now on a new site and the corresponding urls are
/images/pic1.jpg
/images/pic2.jpg
/images/all.jpg
My redirect problem seems to be tied to matching the %20 (space) as other urls without %20 are redirecting fine
Have tried a few things such as
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^images/Shot\%2001.jpg?$ [myhost.com...] [R=301,L]
Also tried matching %20 with \ [:space:] [:blank:]
All with no luck
Am on hostgator shared server with full access to .htaccess , apache version 1.3.37 (Unix)
Help or pointers would be appreciated