Re: [users@httpd] "localhost/index.php" don't run.

2016-08-22 Thread Lester Caine
On 22/08/16 11:37, Sergio Gelli wrote: > I'm using set PHP7 the same way that always used in other versions, > always keep the original settings of the installation and always > everything worked ok The starting point is to check that php is actually loaded in Apache. My suse package manager is st

Re: [users@httpd] "localhost/index.php" don't run.

2016-08-22 Thread Sergio Gelli
On 08/21/2016 11:18 PM, Marat Khalili wrote: How is PHP configured in Apache? (Is it?) There are several ways to do it, mod_php is probably easiest. I'm using set PHP7 the same way that always used in other versions, always keep t

Re: [users@httpd] "localhost/index.php" don't run.

2016-08-21 Thread Marat Khalili
How is PHP configured in Apache? (Is it?) There are several ways to do it, mod_php is probably easiest. -- With Best Regards, Marat Khalili

[users@httpd] "localhost/index.php" don't run.

2016-08-21 Thread Sergio Gelli
*I am using OpenSuse Leap and PHP7* *If I type "localhost/index.php" in the Firefox address bar , the file "index.php" don't run.* *But, it runs if I use an "index.html" file, **but not runs sections with php* *The code below if locate in the localhost folder, shows only text html** **The