I have just installed ZoneMider 1.22.3 on Fedora 6. I followed the Wiki Fedora 6 step by step guide. Httpd, Mysql and ZM are running, however when I go to http://myipaddress/zm instead of seeing the ZM application, I only see the folders and files that where installed into the /var/www/html/zm folder.
I tried to search but I didnt find anything, that could be cause I'm not quite sure what to search for.
Anyways, thanks for your help.
installed zm, application doesn't launch
create a file in /var/www/html/zm and name it something like yourconfig.php, pick any thing you like as long as it has a php extension. Copy the following text in to the file.
Then try to access this file trough a browser http://<yourhost>/zm/yourconfig.php and it should show you your php configuration. If not, then install php.
Code: Select all
<?php
phpinfo(INFO_CONFIGURATION);
?>