Forum Moderators: phranque
I recently moved all image files from my root to [images] directory. Now I would like to redirect the sites linking to my images to the new directory.
I tried different versions of 301 but they don't seem to work in my .htaccess file. This is what I am using to try the 301.
Redirect 301 (.*)\.gif$ http://www.example.com/images/$1.jpg
thank you!