I have downloaded a php web application from the web (OntoWiki). After the installation I've tried it and it works fine on my Ubuntu 10.10, but when I try to install it on CentOS Linux, the only page that works is the home page (index.php). If i try to change the page, the browser sends me a 404 error page (page not found). Instead if i try to change the URL with the "index.php" as prefix it works fine. Example:
localhost/app/index.php/directory
-> workslocalhost/app/directory
-> doesn't work (404 error)
Why does this happen? On the PC where the program works i have the URL like: host/application
but everything works fine.
Is there an Apache Configuration problem?
Thanks in advance