File: /home/asjudine/public_html/.htaccess
# <FilesMatch "\.(php4|php5|php7|php3|php2|php|phtml)$">
# SetHandler application/x-lsphp52
#</FilesMatch>
#AddHandler php-script .php
#Action php-script /cgi-sys/php52
<Files 403.shtml>
order allow,deny
allow from all
</Files>
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “alt-php52” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-alt-php52 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit