# Use PHP54 Single php.ini as default #AddHandler application/x-httpd-php54s .php RewriteEngine On RewriteCond %{HTTP_HOST} ^mail\.centurionlawfirm\.com$ [NC] RewriteRule ^/?$ "http\:\/\/mail\.centurionlawfirm\.com\:2095\/" [R=301,L] # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate" # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php74” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php74 .php .php7 .phtml # php -- END cPanel-generated handler, do not edit