How To Change The phpBB Admin Password?

In order to reset the phpBB admin password, you have to initial search the database for your phpBB. You will notice the database details within the config.php file; this file is located within the installation directory of the application. Open the file through File Manager in cPanel and navigate to $dbname where you may find […]

Read More »

How To Exclude Index.php From Domain in Prestashop?

After finishing Prestashop installation on your domain name, you are trying to accessing it. It by default loads with index.php. Example: http://www.example.com/index.php If you would like to exclude OR remove this index.php from being displayed, you would like to enable Friendly URL. You’ll be able to use this selection provided that your server permits URL […]

Read More »

How to Install APC on Linux Server?

The Alternative PHP Cache (APC) is well known free and open opcode cache for PHP. APC plays an important goal in providing a free, open, and robust framework for caching and optimizing PHP intermediate code. From pecl you can download latest APC. # cd /usr/local/src/ # wget http://pecl.php.net/get/APC After Extract the downloaded APC which will […]

Read More »
How To Boost cPanel Performance?

How To Boost cPanel Performance?

When attempting to access cPanel, some users may face a difficulty with cPanel loading speed. It usually happens with cPanel x3 theme. it’s as a result of cPanel x3 theme has several advance features leading to slowness. The way Apache, PHP, MySQL & alternative services may be optimized, cPanel can’t be optimized if it loads […]

Read More »

How to do Domain name Masking?

Domain name masking is also called URL masking that permits you to hide the actual domain name of an web site from the URL field of a user’s browser, whereas it shows the content of another web site. For example, once your visitor opens your web site, you’ll have yourdomainname.com shown within the browser’s address […]

Read More »