I've checked only "Locally" option. And surfed site. The urls was as expected:
Original: http://mysite/files/content/somepicture.jpg
Resized: http://mysite/files/resize/content/somepicture-160x160.jpg
But when i've logged out. And surfed other unvisited pages, the urls of other images was like this:
Original: http://mysite/files/content/somepicture.jpg
Resized: http://mysite/files/remote/resize/content/12022dbe9e7c217bef2c6ddda61d6d...
Why it could be? Maybe i shouldn't use "filepath"?

Comments

Guide-1’s picture

I've deleted "resized" image. (Also will be good to make button to clean resize directory).
And noticed that the trouble in address:
Some of my visitors are using www.mysite.com, others mysite.com.
The module thinks that www.mysite.com is remote url. How to fix that?

quicksketch’s picture

Category: bug » support

You should ensure that all your visitors are using same web address (with or without the www). You can do this by editing the .htaccess file that comes with Drupal. There's a section that you just need to uncomment and update to ensure that all visitors are redirected to a path with (or without) the www.

Guide-1’s picture

Thanks

quicksketch’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.