Re: [CentOS] PHP handler for .html files - C7

2019-12-10 Thread Gary Stainburn
On Monday 09 December 2019 17:50:06 Leon Fauster via CentOS wrote: > Am 09.12.19 um 10:38 schrieb Gary Stainburn: > > > > > > Typo: ^? > > -- > Leon Well Spotted Leon, and thank you very much. I always look for the complicated answers. ___

Re: [CentOS] PHP handler for .html files - C7

2019-12-09 Thread Leon Fauster via CentOS
Am 09.12.19 um 10:38 schrieb Gary Stainburn: Morning all, I am finally moving some old (F9 thru F17) servers to C7 (Plus PHP7/Pgsql10) boxes. On the old boxes they all had it set so that .htm and .html files were handled by PHP in addition to the normal .php files. This was done with the sim

Re: [CentOS] PHP handler for .html files - C7

2019-12-09 Thread Gary Stainburn
On Monday 09 December 2019 14:14:42 Valeri Galtsev wrote: > > > On Dec 9, 2019, at 3:38 AM, Gary Stainburn > > wrote: > > > > Morning all, > > > > I am finally moving some old (F9 thru F17) servers to C7 (Plus > > PHP7/Pgsql10) boxes. On the old boxes they all had it set so that .htm and >

Re: [CentOS] PHP handler for .html files - C7

2019-12-09 Thread Valeri Galtsev
> On Dec 9, 2019, at 3:38 AM, Gary Stainburn > wrote: > > Morning all, > > I am finally moving some old (F9 thru F17) servers to C7 (Plus PHP7/Pgsql10) > boxes. On the old boxes they all had it set so that .htm and .html files > were handled by PHP in addition to the normal .php files. >

[CentOS] PHP handler for .html files - C7

2019-12-09 Thread Gary Stainburn
Morning all, I am finally moving some old (F9 thru F17) servers to C7 (Plus PHP7/Pgsql10) boxes. On the old boxes they all had it set so that .htm and .html files were handled by PHP in addition to the normal .php files. This was done with the simple change to: AddHandler php5-script .php .ht