1. Log into your cPanel account. 2. In the “Software” section, click on “Softaculous App Installer” Icon. 3. cPanel will redirect you to the Softaculous Panel. 4. On the left side of your screen you should locate the “Blogs” category. Click on it and then click on the “Textpattern” link that will appear. 5. Click […]
How to Install b2evolution via Softaculous in cPanel?
1. Log into your cPanel account. 2. In the “Software” section, click on “Softaculous App Installer” Icon. 3. cPanel will redirect you to the Softaculous Panel. 4. On the left side of your screen you should locate the “Blogs” category. Click on it and then click on the “b2evolution” link that will appear. 5. Click […]
How to Install Dotclear via Softaculous in cPanel?
1. Log into your cPanel account. 2. In the “Software” section, click on “Softaculous App Installer” Icon. 3. cPanel will redirect you to the Softaculous Panel. 4. On the left side of your screen you should locate the “Blogs” category. Click on it and then click on the “Dotclear” link that will appear. 5. Click […]
How to Install Serendipity via Softaculous in cPanel?
Install Serendipity via Softaculous in cPanel 1. Log into your cPanel account. 2. In the “Software” section, click on “Softaculous App Installer” Icon. 3. cPanel will redirect you to the Softaculous Panel. 4. On the left side of your screen you should locate the “Blogs” category. Click on it and then click on the “Serendipity” […]
How to Install OpenBlog via Softaculous in cPanel?
1. Log into your cPanel account. 2. In the “Software and Services” section, click on “Softaculous” Icon. 3. cPanel will redirect you to the Softaculous Panel. 4. On the left side of your screen you should locate the “Blogs” category. Click on it and then click on the “OpenBlog” link that will appear. 5. Click […]
How to Install WordPress via Softaculous in cPanel?
1. Log into your cPanel account. 2. In the “Software” section, click on “Softaculous App Installer” Icon. 3. cPanel will redirect you to the Softaculous Panel. 4. On the left side of your screen you should locate the “Blogs” category. Click on it and then click on the “WordPress” link that will appear. 5. Click […]
How to Access Softaculous in cPanel?
1. Log into your cPanel account. 2. In the “Software” section, click on “Softaculous Apps Installer” Icon. 3. cPanel will open a Softaculous Interface. If you want to go back to cPanel, click on the “Go Back to Control Panel” icon.
What is Softaculous?
Softaculous is an Auto-Installer that allow automated installation of a script through a single click. Softaculous maintains 343+ popular scripts and also allows you to automatically upgrade the web application without any hassle. You can Install WordPress, Joomla, Drupal, MyBB Forum, SMF, Mambo and many other scripts via the Softaculous Auto-Script Installer. You can automatically […]
How to restrict directory access by IP address?
In order to secure your admin area from hackers, we recommended you to allow access only from your selected IP to your admin directory. You just need to create an .htaccess file in the directory where you want to restrict access by IP Address. For example, if you have a WordPress blog installed on your […]
How to protect your .htaccess file?
For security purpose we recommended you to prevent access to your .htaccess file from unauthorized access. Add this code to your .htaccess file: # .htaccess protection order allow,deny deny from all satisfy all