Thanks Jacob for your reply. I have found a solution i have placed this line in wp_config.php files
define( ‘UPLOADS’,’ /wp-content/uploads’);
if i have added the above line it changes media file url but it displays like this
/wp-content/uploads/2014/08/Poster2.png
so the images are properly loaded because of space.
define( ‘UPLOADS’,’/wp-content/uploads’);
when i combine without space. Previous url (that means i have used old url) site is displaying.
So what is the correct syntax for define.
Whats i have done wrong with it…
i have tried many ways.But it is not working…