Our Blog

Tips, tutorials, and news about WHMCS modules, control panels, hosting management and automation.

453 Articles
3 Categories
1 Authors
99% Uptime %
Showing 12 of 453 articles
cPanel
April 26, 2026 2 min read 0
How to Install Drupal via Softaculous in SiteWorx
Softaculous helps you install web applications very easy. Please, follow the steps below to install Drupal. 1. Log in to your SiteWorx account. 2. In the Additional Features section, click on Sofataculous. 3. SiteWorx will redirect you to the Softaculous interface. 4. On the left side, type Drupa...
cPanel
April 26, 2026 2 min read 0
How to Install WordPress via Softaculous in SiteWorx
Softaculous helps you install web applications very easy. Please, follow the steps below to install WordPress. 1. Log in to your SiteWorx account. 2. In the Additional Features section, click on Sofataculous. 3. SiteWorx will redirect you to the Softaculous interface. 4. On the left side, type Wo...
cPanel
April 26, 2026 2 min read 0
How to Access Softaculous in SiteWorx
Softaculous is a one-click script installer that automates the installation of web applications to a website. You can access it via SiteWorx. 1. Log in to your SiteWorx account. 2. In the Additional Features section, click on Sofataculous. 3. SiteWorx will open the Softaculous interface.If you wa...
cPanel
April 26, 2026 2 min read 0
What is Softaculous? - SiteWorx
Softaculous is an Auto-Installer that allows the automated installation of a script through a single click. Softaculous maintains various popular scripts and also allows you to automatically upgrade the web application without any hassle.You can Install WordPress, Joomla, Drupal, MyBB Forum, SMF,...
Security
April 26, 2026 2 min read 0
How to Restrict Access to Directories by IP Address - SiteWorx
To secure your admin area from hackers, you should only allow access to your admin directory from selected IP addresses. You can create a dot htaccess file in the directory where you want to restrict access to specific IP addresses.For example, if you have a WordPress blog installed on your main ...
Tutorial
April 26, 2026 2 min read 0
How to Protect Your htaccess File
You can prevent unauthorized access to your htaccess file by adding this rule to the file: # .htaccess protection order allow, deny deny from all satisfy all
Security
April 26, 2026 2 min read 0
How to Disable Directory Browsing Using the htaccess Rule
For security purposes, you should disable directory browsing on your website so no one can see the files/directories of your website. You can disable Directory Browsing by adding the below line to your dot htaccess file. Options -Indexes
Tutorial
April 26, 2026 2 min read 0
How to Ban Any IP Address via htaccess
If you want to block an IP Address, you can add the below lines to your htaccess file. order allow, deny deny from IP-ADDRESS allow from all Replace IP-ADDRESS with the IP you want to block.
cPanel
April 26, 2026 2 min read 0
PHP Error: Allowed Memory Size of x Bytes Exhausted
If you are getting an error such as "Allowed memory size of... in file /directory/folder/yourscript.php", you can use an htaccess file to resolve this problem. If the error does not go away even after applying the htaccess code, you should contact us. We will do our best to help you. Place this c...
cPanel
April 26, 2026 2 min read 0
How to Redirect a Page to Another Page or Website Using htaccess
If a page on your website no longer exists and you want to redirect it to a new page or website, you can use the dot htaccess file to redirect visitors.Redirect from a page/directory to another domain or the main domain: Redirect from a specific page to a domain: RewriteEngine onRedirect 301 /myp...
Tutorial
April 26, 2026 2 min read 0
How to Create a User-friendly URL Using htaccess
If your website is using a long URL such as example.com/files/folder/sitemap.html, you can change it to "example.com/sitemap" using htaccess.Modify this line according to your needs, and then add this code to your htaccess file.RewriteEngine onRewriteRule ^sitemap/$ /files/folder/sitemap.html [L]
How to Install FUDforum via Softaculous in cPanel cPanel
April 26, 2026 2 min read 0
How to Install FUDforum via Softaculous in cPanel
Softaculous helps you install web applications very easy. Please, follow the steps below to install FUDforum. 1. Log in to your cPanel account. 2. In the Software section, click on Softaculous Apps Installer.3. cPanel will redirect you to the Softaculous interface.4. On the left side, type FUDfor...

Expert Knowledge

Articles written by certified WHMCS developers and hosting professionals.

Regularly Updated

Fresh content published regularly to keep you up to date with the latest.

Community Focused

Content built around real questions and challenges from our community.

Actionable Tips

Every article includes step-by-step guides you can apply immediately.