Forum Moderators: phranque
iwould like to redirect
[mydomain.co.uk...]
to
[mydomain.co.uk...]
I have hundreds of url redirects to do with different image names at the end
I tried this but it doesnot work
RewriteRule ^/index\.php/cPath/images/([^/]+) [mydomain.co.uk...] [R=301,L]
can anyone point me in the right direction
when the proper url is
[mydomain.co.uk...]
so in the cached page the images are not displayed but when a user looks at the site the images are there
so I do not understand why it is hapening so I am going to redirect that url so google see the images.
In yahoo msn ect they see the images fine
thanks
RewriteRule [b]^in[/b]dex\.php/cPath/images/([^/]+)$ http://www.example.co.uk/images/$1 [R=301,L]
Jim
[edited by: jdMorgan at 2:00 pm (utc) on April 17, 2008]