hello
first of all, i'd like to say that this is my first message and that i
am a big fan of cakephp, i think it is a great framework and the
community is even better.

currently i am developing a webapp in which i upload pictures to the /
upload folder, in the webroot. i need this pictures being rescaled in
different sizes (big, medium and small) so the original process was
upload > resize, but the upload process was much slower.
so i implemented a simple and kind-of workaround: in routes i set the
resize controller to /upload/* so when image_big.jpg is called, if it
doesn't exist yet, the controller will load and resize image.jpg, same
to image_medium.jpg and image_small.jpg.
the problem is that creating a .htaccess file in /upload folder, to
disallow hotlink, cake will break in this folder, as the .htaccess in
webroot is overridden by this new, so no controllers loading nor cake
404 errors, just the apache ol' plain "Not found"

has anyone had previous experience with this kind of issue? is there a
workaround to get through this?

thank you, have nice day


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to