In the manual on http://www.scriptcase.net/docs/en_us/v8/manual_mp.htm#deployment/production-environment/production-environment-overview it says that in the deployed version you can set the
database connection by entering:
Production environment configuration resources interface.
Access it via http://host or ip/raiz-ambiente-produ??o/prod
So if my project would be named digiform it would have been http://myserver/myproject/prod well this is not correct
It should be http://myserver/myproject/_lib/prod/lib/php/index.php !!!
Not as the manual said…
Note that on apache you can also set DirectoryIndex to index.php index.hml (see http://httpd.apache.org/docs/current/mod/mod_dir.html).
Anyway I recall that under sc7 this worked properly and somewhere this has changed. We just noticed this in 7.1 (and 8) to no longer work as the manual says. So either remove the index.html in
that http://myserver/myproject/_lib/prod/lib/php dir OR change the DirectoryIndex setting in the apache config…
And/Or change the mnual accordingly…