Hi,

I've made a reader for images who aren't stored under web dir.

So, I've an url like :
/mymodule/showImage/file/name_of_the_file.extension

Since there's a dot in url, on production env. (with "no_script_name" set to "on"), the .htacess file avoid script be executed...

I've tried to split in 2 params:
/mymodule/showImage/file/name_of_the_file/ext/extension

image_tag add automaticaly ".png" to the url, so it breaks me effort...

Is there a way to encode the dot in URL or something else ?

Thanks

--
Nicolas

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

Reply via email to