Uploading web pages

Q. Using my web browser can I upload web pages ? Ans. You have been provided with a ‘File Manager’ inside your control panel. This file manager may be used to upload new web pages to your web site or upload any changes made to your existing web pages. You’ll be able to additionally uplload […]

Read More »

Change an Account Package in WHM

The process of upgrading and downgrading a cPanel account in WHM is shown in these article. Upgrading and Downgrading an Account Here we are going to explain how you need to begin both for upgrading and downgrading an account. Even though there are several process to this function, we have used the ‘List Account’ page. […]

Read More »

How to redirect domain to subdirectory without redirecting url

If the url shows only domain name and if you want to redirect your domain name to sub-directory For example : http://yourdomain.com redirect to http://yourdomain.com/blog but the URL shows only http://yourdomain.com Then add the following rules in your .htaccess file. <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^yourdomain.com RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L] RewriteRule    ^$   blog/    [L] […]

Read More »
VMware Installation and Configuration Tutorial

VMware Installation and Configuration Tutorial

VMware Workstation Tutorial VMware may be a virtualization program. With this program you’ll install multiple operational systems virtually on our computers. You’ll test or test totally different operating systems without changing anything in our system. Many times we would like to upgrade to Linux operating system for instance, however we tend to dare not and […]

Read More »