On Mar 19, 2010, at 14:56, stelios wrote: > ok i figured out the problem with your help, thanks for giving me to > understand how it works. i moved my .php files here > application\custom\modules and my images at application\custom\art so i have > to change the image links in my php files.... can you help me ? first it is > wrong to put my php code under this directories ? > > / logo.png > > what i have to put in logo.png place in order to work ? i put > APPLICATION_PATH."/custom/art/logo.png" but it doesn't work.
Images and anything else that needs to be served up directly by the web server goes in the "public" directory. As vb said, please spend some more time reading how the framework works. Maybe go through a couple tutorials. It will help make things a bit clearer.
