Salve a tutti,
ho scaricato la versione 2.3.1 su un VPS Centos 6.9, con PHP 5.6 e MySQL 5.6.
# httpd -v
Server version: Apache/2.2.15 (Unix)
Server built: Jun 19 2018 15:47:03
# php -v
PHP 5.6.36 (cli) (built: Apr 25 2018 10:06:01)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.6.40 MySQL Community Server (GPL)
...
la DirectoryRoot è /var/www/html e in essa ho creato la directory crm nella quale ho estratto il file zip di openstamanager.
Ho creato un file di test chiamato test.php
e l'ho copiato sia sotto /var/www/html sia sotto /var/www/html/crm
se da browser accedo a
http:///test.php
il server risponde correttamente
se da browser accedo a
http:///crm/test.php
il server risponde correttamente
se da browser accedo a
http:///crm/index.php
ovvero il file che dovrebbe avviare la configurazione di OpenSTAManager
il server risponde
Not Found - The requested URL /var/www/html/crm/index.php was not found on this server.
Da notare: tra i file scaricati con il file di distribuzione non ho il file config.inc.php (!!)
Ho controllato i diritti sui file:
# pwd
/var/www/html/crm
# ls -ld . index.php
drwxr-xr-x 18 apache apache 4096 Jun 29 17:27 .
-rwxrwxrwx 1 apache apache 6251 Feb 16 10:08 index.php
Qualche indizio ?
Grazie