Search results

  1. K

    Steps to configure Email in your iPhone

    You can access the emails in iphone and for that you have to click on “Settings” and then click on Mail, Contacts, Calendars menu. Now you have to add your email account and for that you have to click on “Add Account” in Accounts section. A new screen will appear where you will find the list of...
  2. K

    Steps to remove “Powered By Drupal” from website footer

    If you want to remove “Powered By Drupal” from footer then you just have to follow few steps. It is completely legal to remove this as Drupal is an open source CMS which has license under GNU (General Public License). You can check below steps to remove default footer block: Login to Drupal...
  3. K

    Steps to create database in cpanel

    You can follow below steps to create database in cpanel: Login to cpanel. Click on "Mysql Databases" under "Databases" section. Now you have to enter your database name to create database and also create user for database. After creating the database you have to add created user to...
  4. K

    Execute .html pages in All .php files Using .htaccess: A Complete Guide

    Many web developers and administrators alike use PHP files in conjunction with HTML. This opens up many opportunities to enhance the features and functionalities. Even if you’re not going to create dynamic pages for your website, doing so will help in other areas like server-side rendering. In...
  5. K

    Steps to activate SSL in Magento store

    You can activate SSL in Magento website easily and for that first you have to install SSL. If you are using cpanel then you can install free SSL and then activate it in cpanel. You can follow below steps: First you have to install SSL in your cpanel. After that login to Magento admin panel...
  6. K

    Resolved error “Class ‘Mage_Googlecheckout_Helper_Data’ not found” in Magento

    This is the common error message in magento and can be resolved easily. You will need access of your file manager or FTP. Login to cpanel. Click on File manager under files section. After that you have to navigate to /app/code/core/Mage/GoogleCheckout/etc/ path At this path you can see...
  7. K

    Magento error 503 service unavailable

    Most of the time this error occurs due to the maintenance mode, when it is enabled while installation. You can easily resole this error if you have access of root directory of your Magento installation. Login to cpanel. Click on file manager under “Files” section. Here you have to click on...
  8. K

    Steps for Sticky Post in Wordpress

    Do you want to highlight your most essential or favourite posts at the top of your blog? WordPress, by default, displays the most recent post first. With the addition of new content, all older postings are pushed down and ultimately archived. However, if you want to promote any of your posts on...
  9. K

    How to check PHP version of your website via SSH?

    If you are working on PHP and want to immediately know the version of PHP version. Then you should know the command as you are in terminal right now. We all know we have to enter the commands in terminal to work. There is simple command from which we can know the current PHP version. php –v...
  10. K

    How to find the Wordpress Post ID manually?

    If you are working on post and want to know the post ID then you can follow below steps: Login to wordpress dashboard. Now navigate to Posts >> All Posts Now you can hover the mouse to the post and at the bottom left corner you will see the link in which you can get the post ID too. Also you...
  11. K

    How to find the Post ID in Wordpress Database?

    You can easily find the post ID in database with below steps: Login to cpanel. Click on phpmyadmin under database section. Now click on particular database and you will find the table with name wp-posts. You will see all the data of your wordpress post and here will you will see the post ID...
  12. K

    How can we change timezone of your PHP website?

    If your server timezone is different and you are getting issue in your PHP script then you can simply solve this issue at your end. You just have to create php.ini file in your account and add single line of code. Login to cpanel. Click on “File manager” under “Files”. Navigate to public_html...
  13. K

    What is inode limit in cpanel?

    Inodes are the number of files available in your account. The files can be emails, files, folders, images, logs etc. Everything in your account will be called as Inodes, you have to confirm with your hosting providers about your Account’s Inode Limit. If your account’s inode limit reached then...
  14. K

    Steps to install Wordpress through Softaculous

    We always install wordpress manually but its little bit time consuming, cpanel provides an option to install all the applications easily. We can use softaculous Apps installer to install wordpress in cpanel. You can install your application with one click. You can follow below steps: Login to...
  15. K

    Steps to install phpBB

    PhpBB is a platform to connect small or large group of people. PhpBB is a open source bulletin board system which is mostly used worldwide. You can follow below steps to install phpBB: Login to cpanel. Click on “Softaculous Apps Installer” under “Software” section. Now you have to search for...
  16. K

    A Complete Guide to Fixing the Destination Folder Already Exists Error in WordPress

    Managing a WordPress website can be challenging. The errors that you may encounter are endless. And some of them can be too intimidating. One of those errors is the “Destination Folder Already Exists” error. There are multiple reasons behind this error, because of which it becomes even more...
  17. K

    Solving the 502 Bad Gateway Error in WordPress

    WordPress at certain times throws the 502 Bad Gateway Error. It can be frustrating when you’re getting an error message while trying to access something important or urgent. There are several ways to solve this error, which takes a few minutes. In this article, find top 10 ways to fix the 502...
  18. K

    How to login into VPS server using PuTTY?

    If you have you VPS server and want to work on it then you have to use Putty, it helps in making secure connection between your local computer and your VPS server. First you have to download the software and install it in your computer. Now in next steps you have to configure putty and for that...
  19. K

    Track delivery in cpanel

    You can check your emails delivery in cpanel with below steps: Login to cpanel. Here click on “Track Delivery” option under “Email” section. Now you will get all the search options like show deferred, Show Successes, Show Failures and show in progress etc. You can filter delivery report...
  20. K

    How can we check ModSecurity logs in cpanel?

    ModSecurity is an Apache module which provides protection to your website and stop hackers activity. In ModSecurity there are set of rules available which helps to filter the exploits. If you want to check logs in cpanel then you can follow below steps: Log in cpanel. Here under “Metrics”...
Top