Web Hosting Links

Web Hosting Links






 

 
Featured Web Hosting Articles

College and University Professional Association in Human Resources selects gomembers’ extraweb
[Herndon, VA] gomembers, Inc., (http://www.gomembers.com) announced this week that the College and University Professional Association in HR (CUPA-HR: http://www.cupahr.org) has selected the extraweb online module to complement their pinnacle association ...

Low Cost Web Hosting Services - Don't Forget About Uptime
Once you have your company's web site up and running, it is vital that you do everything possible to keep it that way. Nothing sets off alarms in a customer's head faster than a non accessible web site or one that has features which do not work. A web ...

Web Hosting Services Absolutely Necessary for Your Website's Success
Web hosting services play a vital part in your website's success. Without a web host you will not have any way to support your site on the Internet, so you must make sure that you choose a quality hosting account that provides a wide variety of features ...


6 Tips To Secure Your Website
 
Most people on the internet are good, honest people. However, there are some people browsing the internet who derive fun from poking around websites and finding security holes. A few simple tips can help you secure your website in the basic ways.

Now, obviously, the subject of data security is a complicated one and way beyond the scope of this column. However, I will address the very basics one should do which will alleviate many potential problems that might allow people to see things they shouldn't.

Password Protecting Directories
If you have a directory on your server which should remain private, do not depend on people to not guess the name of the directory. It is better to password protect the folder at the server level. Over 50% of websites out there are powered by Apache server, so let's look at how to password protect a directory on Apache.

Apache takes configuration commands via a file called .htaccess which sits in the directory. The commands in .htaccess have effect on that folder and any sub-folder, unless a particular sub-folder has its own .htaccess file within. To password protect a folder, Apache also uses a file called .htpasswd . This file contains the names and passwords of users granted access. The password is encrypted, so you must use the htpasswd program to create the passwords. To access it, go to the command line of your server and type htpasswd. If you receive a "command not found" error then you need to contact your system admin.

Also, bear in mind that many web hosts provide web-based ways to secure a directory, so they may have things set up for you to do it that way rather than on your own. Barring this, let's continue.
Type "htpasswd -c .htpasswd myusername" where "myusername" is the username you want. You will then be asked for a password. Confirm it and the file will be created. You can double check this via FTP. Also, if the file is inside your web folder, you should move it so that it is not accessible to the public. Now, open or create your .htaccess file. Inside, include the following:
AuthUserFile /home/www/passwd/.htpasswd AuthGroupFile /dev/null AuthName "Secure Folder"

AuthType Basic
require valid-user

On the first line, adjust the directory path to wherever your .htpasswd file is. Once this is set up, you will get a popup dialog when visiting that folder on your website. You will be required to log in to view it.

Turn Off Directory Listings
By default, any directory on your website which does not have a recognized homepage file (index.htm, index.php, default.htm, etc.) is going to instead display a listing of all the files in that folder. You might not want people to see everything you have on there. The simplest way to protect against this is to simply create a blank file, name it index.htm and then upload it to that folder. Your second option is to, again, use the .htaccess file to disable directory listing. To do so, just include the line "Options -Indexes" in the file. Now, users will get a 403 error rather than a list of files.

Remove Install Files
If you install software and scripts to your website, many times they come with installation and/or upgrade scripts. Leaving these on your server opens up a huge security problem because if somebody else is familiar with that software, they can find and run your install/upgrade scripts and thus reset your entire database, config files, etc. A well written software package will warn you to remove these items before allowing you to use the software. However, make sure this has been done. Just delete the files from your server.
Keep Up with Security Updates
Those who run software packages on their website need to keep in touch with updates and security alerts relating to that software. Not doing so can leave you wide open to hackers. In fact, many times a glaring security hole is discovered and reported and there is a lag before the creator of the software can release a patch for it. Anybody so inclined can find your site running the software and exploit the vulnerability if you do not upgrade. I myself have been burned by this a few times, having whole forums get destroyed and having to restore from backup. It happens.

Reduce Your Error Reporting Level
Speaking mainly for PHP here because that's what I work in, errors and warnings generated by PHP are, by default, printed with full information to your browser. The problem is that these errors usually contain full directory paths to the scripts in question. It gives away too much information. To alleviate this, reduce the error reporting level of PHP. You can do this in two ways. One is to adjust your php.ini file. This is the main configuration for PHP on your server. Look for the error_reporting and display_errors directives. However, if you do not have access to this file (many on shared hosting do not), you can also reduce the error reporting level using the error_reporting() function of PHP. Include this in a global file of your scripts that way it will work across the board.

Secure Your Forms
Forms open up a wide hole to your server for hackers if you do not properly code them. Since these forms are usually submitted to some script on your server, sometimes with access to your database, a form which does not provide some protection can offer a hacker direct access to all kinds of things. Keep in mind...just because you have an address field and it says "Address" in front of it does not mean you can trust people to enter their address in that field. Imagine your form is not properly coded and the script it submits to is not either. What's to stop a hacker from entering an SQL query or scripting code into that address field? With that in mind, here are a few things to do and look for:

Use MaxLength. Input fields in form can use the maxlength attribute in the HTML to limit the length of input on forms. Use this to keep people from entering WAY too much data. This will stop most people. A hacker can bypass it, so you must protect against information overrun at the script level as well.

Hide Emails If using a form-to-mail script, do not include the email address into the form itself. It defeats the point and spam spiders can still find your email address.
Use Form Validation. I won't get into a lesson on programming here, but any script which a form submits to should validate the input received. Ensure that the fields received are the fields expected. Check that the incoming data is of reasonable and expected length and of the proper format (in the case of emails, phones, zips, etc.).

Avoid SQL Injection. A full lesson on SQL injection can be reserved for another article, however the basics is that form input is allowed to be inserted directly into an SQL query without validation and, thus, giving a hacker the ability to execute SQL queries via your web form. To avoid this, always check the data type of incoming data (numbers, strings, etc.), run adequate form validation per above, and write queries in such a way that a hacker cannot insert anything into the form which would make the query do something other than you intend.

Conclusion
Website security is a rather involved subject and it get a LOT more technical than this. However, I have given you a basic primer on some of the easier things you can do on your website to alleviate the majority of threats to your website.

About the Author
Nick Scaronello Level 3 Tech Support and Director of Technology

Web Hosting / Internet News



New York Times (blog)

Google pays $8.5m to settle Buzz privacy invasion suit
Register
By default, Buzz automatically exposed users' most frequent Gmail contacts to the public internet. You did have the option of hiding the list from the ...
Google settles Buzz privacy class-action lawsuitLANewsMonitor.com
Google settles Buzz lawsuit for $8.5MCNET (blog)
Is Consumer Watchdog Losing Credibility With its Google Feud?PC World
TopNews United States -Wall Street Journal (blog) -BlogMera (blog)
all 303 news articles »

Technorati (blog)

The Struggle for What We Already Have
New York Times
Net neutrality, of course, is the principle that Internet service providers should not be allowed to favor some Internet content over other content by ...
Verizon-Google deal signals emergence of 'pay-to-play' InternetGeorgia Bulletin
Don't let the Net sell outMiamiHerald.com
STEVE FORBES: To Boost the Economy, Obama Should Keep His Hands Off the WebFOXNews
Washington Post -The Hill (blog) -Bloomberg
all 489 news articles »

Reuters

Google faces antitrust review for its ranking of websites
The Hindu
PTI AP Google's methods for internet search and ranking of websites are being scrutinised by the Texas's Attorney General - yet another case of authorities ...
Google Search Engine Rankings Come Under Scanner As Texas Opens InquiryUSANewsWeek.com
UPI NewsTrack BusinessUPI.com
Texas watchdog reviews Google's practicesFinancial Times
RTT News
all 369 news articles »

Livemint (blog)

Apple's move pushes TV toward Internet delivery
Washington Post
Chief Executive Steve Jobs pitched this paperback-size black box as the simplest way to watch a la carte TV delivered via the Internet to your ...
A New Digital BattlefieldWall Street Journal
Apple TV: Internet TV is Still a HobbyPC Magazine (blog)
Amazon Proposing New Internet TV ServiceCabot Wealth Advisory
International Business Times -National Business Review -Seattle Post Intelligencer
all 790 news articles »

TopNews New Zealand

Will the Internet's future be a marvel or a maelstrom?
NorthJersey.com
THE INTERNET: a marvel of modern technology and a testament to free enterprise? Or a den of discrimination desperately in need of detailed ...
Tea party activists join forces with telecomsMemphis Commercial Appeal
Chile: First Country to Legislate Net NeutralityGlobal Voices Online (blog)

all 8 news articles »