Hello, I am using Drupal 6. I am facing a problem. suppose I have created a node using a cck image field. Then after creating it when I view the page n goto the properties of the uploaded image, I see the image location as for example : http://www.mysite.com/sites/default/files/images/imagename.jpg?1260082411

I know this is not SEO friendly because of the ugly part "imagename.jpg?1260082411"

Now my question is how can I remove this query this using any module or any trick? As my location of files will look like this "http://www.mysite.com/sites/default/files/images/imagename.jpg"

Pls someone help me. It is very urgent. I will be very grateful if someone help me in solving this issue.

Comments

dadderley’s picture

Go to
Administer › Site configuration > Clean URLs
And enable clean urls

rahamatganz’s picture

i have enabled it... For ur kind info clean URL removes ugly queries from page urls but not from the image location urls.... pls help me. I am talking about image field urls

davemybes’s picture

Don't know why you're seeing that extra query part, as I don't see it on any of my sites that use imagefield. Either way, I wouldn't worry about it. Its really not going to affect your SEO - the most important SEO stuff is your text, page titles, etc.

______________________________________________________________________________________________________

rahamatganz’s picture

Thanx man for ur advice