 | How to perform trace route? | |
 |
Windows1) From your task bar, click the start button2) Click Run...3) In the text field, type "cmd"4) Click Ok5) In the command prompt input, type "tracert yourdomain.com"6) Copy the result and sen |
|
 |
 | How To Secure My Web Application? | |
 |
Having a shopping cart or content management system is an excellent option to start your own website, but not securing your system is going to give you a big heart attack if an attacker hacks into your system.
Therefore, it is crucial to en |
|
 |
 | How to redirect non www to www? | |
 |
Create a .htaccess file in the folder of your websitePlace the contents into your .htaccess file and replace vodien.com with your domain name.RewriteEngine onRewriteCond %{HTTP_HOST} ^vodien.com [NC]RewriteRule ^(.*)$ |
|
 |
 | How to secure wordpress | |
 |
1) Ensure that wordpress is always up to date2) Change your FTP login details regularly3) Lock wp-admin folder (Watch this video tutorial for cpanel users http://www.vodien.com/tutorials/cpanel-x3-voice/cpanel-x3-protect.html )Er |
|
 |
 | Using FTP Hosting to Send And Transfer Large Files | |
 |
Using FTP Hosting to Send And Transfer Large FilesMost email services have restrictions on file attachment sizes, and typically have
maximums of 1 megabyte per email or less. Some email companies will give you an
error when you try to exce |
|
 |
 | Backup Your Important Data Using FTP Hosting | |
 |
Backup Your Important Data Using FTP HostingIt can't be said
enough how important it is for you to have some sort of data
backup, to prevent data loss in case your hard disk becomes
inaccessible, or in case
your whole computer is destr |
|
 |
 | Storing Large Files With FTP Hosting | |
 |
Storing Large Files With FTP HostingThink of FTP storage as your
personal hard drive on the Internet. You use some
software to connect to it, or the tools provided with your computer
(almost every
computer has FTP functionality in-buil |
|
 |
 | How To Redirect My Website? | |
 |
These are various ways that you can use to redirect a website/URL to another website/URL.
Conventional Redirect
First, create a file, index.php
Second, place the contents below inside index.php
|
|
 |
 | How To Redirect Non-WWW To WWW Page | |
 |
How To Redirect Non-WWW To WWW PageTo do that, create/edit a .htaccess file inside your public_html folder. Next, put in the following code into the very first line (remember to change the domain name |
|
 |