-
Notifications
You must be signed in to change notification settings - Fork 228
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
Not works with my htaccess #192
Comments
Does the your apache in generall accept htaccess settings in this directory? |
Yes it accepts. But I would like to merge it rather. I do not know if images are redirect to adaptive-images.php. How to find out? |
Activate apache access-log and/or rewrite log |
I have activated access log (rewrite log is not possible to manage in customer centre of my webhosting), but there is nothing. Adaptive images is amazing tool, I tested on localhost and it works like charm. But in this case (redirecting of root), which is quite useall, not works. There have to be some way how to merge those two htaccesses. |
I have to use htaccess to redirect requests to application root, which is in /public from webserver root. There is bootstrap of application which proccess all requests. So I use this htaccess:
I tried add these lines to htaccess:
or create new htaccess saved in /public folder:
but nothing works. Cache folder has enough permissions, but no images are saved there and firebug console alert, that images on the page does not exist.
It is possible to debug in some way? Or can I merge my htaccess and Adaptive images one together?
The text was updated successfully, but these errors were encountered: