Web Hosting Talk







View Full Version : htaccess redirect image


Ogg
01-27-2007, 08:36 PM
RewriteRule ^albums/([A-Za-z]+)/([A-Za-z]+).jpg$ /albums/$2.jpg

Is this the proper syntax to do the following:

old image /albums/name/picture.jpg
redirect to-> new image /albums/picture.jpg

It's working now but will it affect /albums/name ?

Thanks