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

    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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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”...
  17. K

    How to check error logs in cpanel?

    You can check below steps to check error logs : Login to cpanel. Click on “File Manager” under “Files” section. Now open the website folder like public_html and here you will find log file with name error_log.
  18. K

    How to check the access logs in cpanel?

    If you want to know about the visitors of your website then you can check cpanel access logs in cpanel. You will get this option in cpanel either you are server admin or not. Login to cpanel. Click on “Raw access” option under “Metrics” section. Here you have to download Archived raw logs and...
  19. K

    Steps to start site builder in cpanel

    Site Builder helps in creation of website and you just have to use drag and drop tool to create website. This software is free and provided by shared or reseller hosting owners. You can follow below steps to start it: Login to cpanel. Under “Software” section click on “Site Builder” option...
  20. K

    How to enable remote SQL access?

    If you want to access your database remotely then you have to add your public IP Addess to remote database host. You can add your IP address in cpanel with beow steps: Login to cpanel account. Click on “Remote MySQL” under “Databases” section. Here you will find textbox with Host name, you have...
Top