Hi, I'm regretting some of the naming conventions I've used in the past on my for seo reasons. One of the things I'd like to do is rename all of my images by prepending something to the beginning of the existing name. So instead of having image_name.jpg (for example) I'd have <keyword>_image_name.jpg. The <keyword> would be consistent and so would the first underscore only "name.jpg" would be different. So if you looked in the directory it would look something like this keyword_1.jpg, keyword_myphoto.jpg, keyword_newimage.jpg... Is there a way to painlessly do that using .htaccess? Thanks!