-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images don't appear in dev environment #361
Comments
try to set the |
@makasim, I have different subfolders in dev and prod environments. So it'll be not handy when I deploy my project to a working server with config.yml @mappedinn, yes, exactly the same. I rolled back to the previous branch by typing in the composer.json: |
@ansnap now, it is working for you correctly with |
@mappedinn, yes with config like this:
|
I've updated the bundle to the last commit. Before, it worked perfectly. Now, I changed config to:
and:
And I have urls to images like:
http://localhost/media/cache/profile/uploads/images/profile/1/img.jpg
But they should be:
http://localhost/subfolder/web/media/cache/profile/uploads/images/profile/1/img.jpg
I.e.
/subfolder/web/
is missed. How can I fix it?The text was updated successfully, but these errors were encountered: