View PHP settings with phpinfo Function During web development, you must often verify PHP settings. This may be performed by running a script that uses the phpinfo() function. When you open the page in a web browser, the script displays all of your website’s PHP setup information. To use the phpinfo() function to view PHP settings: Create […]
Articles Tagged: website
How to change the php version of an Addon Domain or Sub-domain using a php.ini file
Our Linux platform has the ability to run different versions of PHP: PHP 5.3 PHP 5.4 PHP 5.5 PHP 5.6 PHP 7.0 PHP 7.1 PHP 7.2 PHP 7.3 PHP 8.0 PHP 8.1 PHP 8.2 PHP 8.3 If you wish to switch versions on an Addon Domain or Sub-domain, kindly follow these steps: Open the .htaccess […]
How do I change PHP version?
Our Linux platform has the ability to run different versions of PHP: PHP 5.3 PHP 5.4 PHP 5.5 PHP 5.6 PHP 7.0 PHP 7.1 PHP 7.2 PHP 7.3 PHP 8.0 PHP 8.1 PHP 8.2 PHP 8.3 If you wish to switch version, kindly follow these steps: Log in to Intek Hosting Panel Choose the domain you […]
How do I access the 1-Click Apps?
When you buy a web hosting package from us, you automatically get access to a wide range of one-click install software. It’s all free to use for both commercial and personal use, meaning you can create outstanding fully-functional websites in minutes at no extra cost. To access the 1-Click Apps, ● Login to your Intek […]
Can I change my website’s PHP configuration?
Yes, you can. This is available via the Intek Stack Control Panel > Select Package > PHP Configuration section of our control panel. Alternatively, you can create a custom file in your webspace with your desired PHP configuration. Please note that PHP will only read a custom configuration once every 5 minutes, so it can take a short […]
How can Malware get onto a Web Server?
Malware can infiltrate a website hosted on a server through various methods. Understanding these methods can help implement effective security measures. Here are some common ways malware can get onto a website: 1. Vulnerable Software – Outdated CMS and Plugins: Running outdated versions of content management systems (CMS) like WordPress, Joomla, or Drupal, and their […]