Use different PHP versions (multi-PHP) on different domains

Multi-PHP lets you use a different PHP version for each domain on your hosting account. You can assign a PHP version in the .htaccess file of your hosted domain name. 1. Open and follow the steps in this guide: Access and modify your .htaccess file 2. In your domain .htaccess file, place⚠️ the snippet for […]

Create a subdomain

A subdomain is a subsection of a main domain, normally used to organize or navigate to different areas of a website. For example, shop.nexymhelp.com could be a subdomain of nexymhelp.com dedicated to online shopping. You can create a subdomain for any domain name connected to your hosting service from your control panel. 1. Log in […]

Manage PHP options

PHP options are settings controlling website code behavior, including script run time, input handling, memory usage limits, and file upload size. ⚠️ Each PHP version on your hosting account comes with pre-configured PHP option settings. If you customize these settings for a specific version, they won’t automatically transfer to other versions. Therefore, you’ll have to […]

Create a new website

If you’d like to create a new website, follow the steps below. 1. Verify hosting subscription If your existing plan is for single-domain hosting, you can either subscribe to a new hosting plan, or upgrade to a multi-domain hosting plan.* *Note: If you already have a multi-domain hosting plan, you can skip down directly to […]

Block an IP address from accessing your website

An IP address is a unique set of numbers assigned to devices to identify them on a network or the internet. ⚠️ IP address blocks are set per domain, which means if you have multiple websites and want to apply the same IP address block(s) on all of them, you will have to implement the […]

View your website metrics using AWstats

AWStats is software for analyzing server logs, offering insights into website traffic, popular pages, and visitor locations. To use AWstats, your domain must be pointed to our network and connected to your hosting account. You can access AWstats from your hosting control panel. 1. Log in to your hosting control panel 2. Click on the Account […]

Manage PHP module extensions

PHP module extensions enable specific functions or features on the PHP version running on your hosting account to facilitate websites or apps in executing specific tasks. You can manage PHP module extensions from your hosting control panel. 1. Log in to your hosting control panel 2. Click on the Select PHP version button 3. You’ll be […]

Change the PHP version on your hosting account

Your hosting account PHP version is the specific release of the PHP programming language running on all of your hosted websites and apps. PHP versions evolve, and newer versions provide enhanced performance and security. ⚠️ IMPORTANT: Changing your hosting account PHP version can break websites or apps. Before changing PHP versions, make sure your plugins […]

Access and modify your .htaccess file

Every domain linked to your hosting account with an active website has an .htaccess file, a configuration file that customizes server behavior for specific website directories. You can access and modify your website’s .htaccess file via your hosting control panel. 1. Log in to your hosting control panel2. Click on the File Manager button 3. Double […]