What is the path to my site/files and other utilities?

The path to your web directory is: /home/username/public_html Replace the word ‘username’ with the actual username for your account which can be found in your welcome email. Other useful paths are as follows: Sendmail: /usr/sbin/sendmail Cgi-bin: /home/username/public_html/cgi-bin Perl: /usr/bin/perl PHP Binary: /usr/bin/php…

Read more

What is SSL?

SSL stands for Secure Socket Layer. It is a method of encrypting web traffic, so it can’t be captured and seen by unwanted parties. SSL allows us to safely purchase items via credit card or transmit any other sensitive information over the web.…

Read more

What is an absolute path?

An absolute path is a directory specification that shows the way from the root of the file system to a specific file or directory. An example of an absolute path is: /home/joe/public_html/index.html An absolute path starts at / (root) and ends at the location of where the specified file is located.…

Read more

What is a shell?

A shell is a program that runs commands. Users type commands and the shell runs them. Linux uses a shell called ‘bash’ or the Bourne-again shell, which is a derivative of the Bourne shell.…

Read more

Is there any documentation or flash animated tutorials on RV Site Builder?

RV Site Builder each option is explained on the below link: http://www.rvsitebuilder.com/index.php/main/public/action/view/page/tutorials All the options are explained in animated flash tutorials. You can see every option before performing it on your site. To see the tutorials your browser needs flash player support. Its a very good link and we suggest you to go through it…

Read more

How do I force all visitors to use the www. of the domain?

o force all website visitors to use the www. part of the domain in the URL (useful for search engines) you can put the following into a .htaccess file: Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^domain.com$ RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L] Replace domain.com with your actual domain name. After doing this, anyone who enters…

Read more

How can I move my site between hosts without downtime?

The first step is to signup for web hosting Web Hosting. This will allow you to start transferring information between your old host and your new host (us). Make sure that you do not cancel your account with your current web host, until your site has been transferred successfully. Once your web hosting account has…

Read more

How can I disable directory browsing?

To disable directory browsing you can use a htaccess file. Open up a text editor (eg Notepad) and put the following line in it: Options -Indexes Now select Save As… from the menu and select ‘All files’ in the Save as type bit before typing a filename. For the filename then type ‘.htaccess’ (without quote…

Read more

Company