LastOS... what happened?
Posted: Sun Jan 29, 2012 8:25 am
Anyone know what happened to LastOS?
http://sites.vergitek.com/sstek/forum/
http://sites.vergitek.com/sstek/forum/viewtopic.php?f=4&t=126
pacav69 wrote:it looked like the dns servers had where redirected somehow
Code: Select all
# Use PHP5.6 as default
AddHandler application/x-httpd-ea-php56 .php
RewriteEngine on
RewriteOptions inherit
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
<Files ".htaccess">
Order Allow,Deny
Deny from All
</Files>
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php73 .php
<IfModule mime_module>
</IfModule>
# php -- END cPanel-generated handler, do not edit
By November 2020, with PHP 8 being release later in the month, over 40% are still on outdated PHP 5; two out of every three websites using PHP are still on discontinued PHP versions, and almost half of all PHP websites use version 5.6 or older, that not even Debian supports (while Debian 9 still supports version 7.0 and 7.1, those versions are unsupported by The PHP Development Team). In addition, PHP version 7.2, the most popular supported PHP version, will stop getting security updates on November 30, 2020 and therefore unless PHP websites are upgraded to version 7.3 (or newer), 84% of PHP websites will thus use discontinued versions.