Hello Diego,
Keep in mind that *nix systems are case sensitive, not like Windows systems. That means that your webapplication might be called by ignoring case in your local Windows PC, but this is not the case in a linux server. Develop something by adhering the case sensitive rule and you will be good to go. Regards, Armand On Wed, 09 Nov 2011 09:16:04 -0300, Diego Garcia wrote: > Hi to all! > > i have a web application in localhost/example, but when i type > localhost/eXaMple in the browser, it doesn´t seem to load the layout, in > other words, i don´t have the same result. > > How can i make localhost/example the same as localhost/EXAMPLE? > > thanx
