Hi,
I tried to run Meshlium software on Linux. I installed the software on /var/www/html/mesh1 directory as given below:
[root@localhost mesh1]# pwd
/var/www/html/mesh1
[root@localhost mesh1]# ls -l
total 24
drwxrwxr--. 9 root root 4096 2010-08-23 12:54 core
-rw-rw-r--. 1 root root 1372 2010-08-23 12:53 index.php
-rw-rw-r--. 1 root root 2932 2010-08-23 13:56 login.php
drwxrwxr--. 8 root root 4096 2009-09-28 21:04 plugins
[root@localhost mesh1]# who am i
root pts/0 2010-08-23 12:27 (192.168.165.196)
I have executed the command * sudo chown -R root:root /var/www/html/mesh1 *
I called the following from the browser:
http://localhost/mesh1When index.php is called, the following needs to be executed: *include_once 'core/functions/check_login.php';*. But the file check_login.php is not being called.
Please help.
regards,
Siva