Couldn't you also do this using mod_rewrite or similar? David
On 09/11/11 23:49, Diego Garcia wrote: > my localhost is a windows system, i want to know if there was an "easy > way" > > i solved it with a plugin that check the url and redirect correctly > like you said > > thanx Armand!!!! > > El 09/11/2011 09:23 a.m., Armand Brahaj escribió: >> >> >> 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 >> >> > > > -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
