hi all!
since few days, I try to deploy my project on a webserver (apache) with works under linux Ubuntu… This project should be thi PROD enviroment. All apps in this project works in my test envioremnt and on the develope enviorement… but the test and develop works on IIS on windows…
Unfortunaly it is not possible to deploy the project via ftp, because my ftp server is a ftps server… so, thats why I download the zip file. I ectract the .zip file and uploaded into my root of the webserver, the folger are called: project_name => in tis folder are three more folder => _lib, appname and the index.php.
I think thats quite ok, but if I want to execute the url, I do not be redirected to the page where I have to select the database. I only get a information, that there is no database selected… When I call the url …/_lib I am able to select the database and save it. But the error is still the same…no database selected…
What di am I wrong?
Could somebody help?
Thank you!