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
Comment #1
Guide-1 commentedI'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?
Comment #2
quicksketchYou 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.
Comment #3
Guide-1 commentedThanks
Comment #4
quicksketch