Home / Web Hosting (page 24)

Web Hosting

Monitoring Connectivity with Traceroute

In the hopefully unlikely event that you are unable to access your website, the first thing you should check is your own network connection. You may find that you cannot access any websites. If that is not the case, there is a network problem between your computer and your server. …

Read More »

Alternative Index Entries

Question: How do I configure my website to automatically go to a page other than index.***? Answer: If your web hosting provider is hosting your site using Apache HTTP server, you can accomplish this very easily with an htaccess file. If you do not already have one, create a plain …

Read More »

Making Use of User Agent Data

Question: What are user agents, and why are they important? Answer: In the context of web servers, a user agent is any network host that connects to the server. Most frequently, it is used to refer to web browsers, but it can be other things as well. Anytime a search …

Read More »

FXP: The Good, The Bad, and The Ugly

FXP stands for File eXchange Protocol, and is a method of data transfer that allows a user to transfer files from one server to another, without going through the user’s computer or network. The Good: In essence it is the closest thing to server-to-server transfer without direct access and the …

Read More »

How to Disable "Register Globals" in PHP

Many content management systems (CMS) like Joomla recommend users disable a PHP security feature called “register_globals”. The default setting for it is controlled by your server administrator. If you have a shared hosting account, however, you still might be able to override the default server settings. To accomplish this, create …

Read More »

Password Protecting Your Directories

Question: How do I password protect a directory on my website? Answer: Many web hosting control panels offer a “password protect” feature for your directories. If not, there is a moderately easy way to do it with an Apache .htaccess file. First, create an .htaccess file that looks like this: …

Read More »