hello everyone.
im using a cms and i have just changed the strucutre of my site's url making changes in the core files.
here is an example what i have done.
at first urls were:
http://www.linkzdirect.com/photo/gallery/picture-name
now they are chagned to :
http://www.linkzdirect.cm/art/gallery/picture-name
everything seems to be working fine. i also made these chagnes in .htacess. works fine.
but a large number of my site's pages are indexed in google and other engines and i get traffic from that. so is there a way i can put a redirect code in .htacccess and it will redireect all the url containing photo/gallery/ to art/gallery/
here is a little example of code written in my .htaccess.
RewriteRule ^art/all/([0-9]+)/([0-9]+)/{0,1}$ browsePhoto.php?page=$2&per_page=$1 [QSA,L]
RewriteRule ^art/gallery_top/{0,1}$ browsePhoto.php?rate=top [QSA,L]
At First Art word was as Photo.
Help is Apprecited.
thanks in advance.