Owner: Web Hosting UK News Tutorials & Hosting Services URL:http://blog.webhosting.uk.com/ Join Date: Tue, 23 Jan 2007 11:08:12 -0600 Rating:0 Site Description: WebHosting UK is a Blog for Latest WebHosting UK News and Tutorials on cPanel, WHM, Plesk, PHP, MySQL and all hosting and SEO related articles.
Site statistics:Click here
Types of URL ( Absolute and Relative ) 2007-01-20 19:57:14 Absolute URL :
Dictionary meaning of word absolute is : not dependent on any thing ie independent having its own existence, same is the meaning of absolute urls.
An Absolute URL is, thus, something that is independent or free from any relationship from the rest. When you use an absolute URL, you point directly to the file [...] Read more:Absolute
, Relative
301 Redirect in ASP 2007-01-16 19:27:09 Many a times you need to move or rename some of your pages for some reason , if you are utilizing .asp (Windows Active Server Pages) as the underlying technology for your website, then there is a simple 301redirect method that you can utilize for changing URL name.This 301 method allows you to implement a [...] Read more:Redirect
How to stop comment spam. 2007-01-11 15:57:06 Comment Spamming is one of the major problem faced by all the blog owners. Spammers are not interested to redirect your traffic but are trying to increase their (or their client's ) search engine ranking. By leaving comments on your site, the spammers’ sites can achieve a slightly higher search engine ranking.Spammers don’t want to [...]
Google operators 2007-01-25 17:57:17 Google offers several operators which provides useful information about your site such as no of indexed pages within your site, pages that links to your site and many more. In a Google search box, just type the operator and your domain name.
Operator                Description     [...] Read more:Google
Enabling & Disabling Hotlink Protection 2007-01-29 09:02:26 Overview
HotLink protection prevents other websites from directly linking to files (as specified below) on your website. Other sites will still be able to link to any file type that you don’t specify below (ie. html files). You can use hotlink protection to keep other sites from linking to your images, videos, and other files. If [...] Read more:Protection
Dedicated Server Hosting 2008-02-15 08:22:10 Dedicated Server Hosting
lessen your need to share hardware or software with other websites on a server. Dedicated hosting is exceptionally flexible and robust solution that significantly meets the needs of more sophisticated users for their high traffic websites with lot of interactions.
Due to steady growth in the hosting industry and competitive environment the rates [...] Read more:Dedicated
How to Transfer Your Web Site to a New Web Host? 2008-01-11 08:35:56 There are various reasons why an online sector individual suchlike you has decided to shift to a new web hosting providers. Your old web hosting provider be like has real impecunious specialized funding, or their web server is frequently down, or may be your old web hosting supplier cannot have your hosting requirements anymore or [...] Read more:Web Site
Virtuozzo in VPS Operating System 2008-01-05 06:13:47 Virtuozzo is a proprietary operating system for virtualization developed by SWsoft, Inc. Ideally the virtuozoo technology is opt towards routine performance which make Virtual Private Servers isolated from each other. Virtuozzo creates multiple isolated Virtual Private Servers on a single physical server to share hardware, which maximize efficiency, in addition the low-overhead and fast-performance makes [...] Read more:Operating
, System
Can a lead replacement surgery help recover ailing patients? 2008-03-15 06:27:26 The recent spate of fractures and deaths occurring due to the Medtronic Sprint Fidelis leads has resulted in a recall by the company. Patients affected by the recall of the heart leads may be facing a dilemna of either having lead replacement
surgery or living with the defective heart lead from their defibrillator that could [...] Read more:recover
, patients
Should I participate in the Medtronic lawsuit brought by patients? 2008-03-15 06:24:27 Many patients
who have been affected by the recent recall of the Medtronic defibrillator leads have filed legal claims for damages against the company. Patients who file a Medtronic lawsuit will likely have their cases transferred U. S. District Court in Minnesota because the Judicial Panel on Multi-District Litigation issued a transfer order recently that [...]
Can a Medtronic recall prevent further risks? 2008-03-15 06:21:25 The recent news of the Medtronic defibrillators leads fracturing inside heart patients has resulted in several complications including death in a few patients. These incidents have prompted a Medtronic recall
of the defective leads namely model numbers 6930, 6931, 6948 and 6949. Patients who are using these Medtronic defibrillators have been asked to visit their [...] Read more:prevent
Disabling the Windows Firewall 2008-03-25 13:29:47 Note: Please don’t disable the WindowsFirewall
unless and until you have the other appropriate firewall software installed on your system
There are mainly three methods for disabling the Windows Firewall. The first method is for any user with administrative privileges on an individual machine not remotely or collectively managed in any way. The other [...]
Linux Boot Sequence 2008-03-25 12:23:43 Hello,
The process of booting a Linux
system consists of a number of stages as follows
1) BIOS
2) Master Boot Record (MBR)
3) LILO or GRUB
4) Kernel
5) init
6) Run Levels
The process of booting a Linux system consists of a number of stages
1)BIOS: Basic Input/Output System is the lowest level interface between the computer and peripherals which load boot [...] Read more:Sequence
CSF (configserver) firewall 2008-04-04 19:06:24 How to install and configure the CSF (configserver) firewall.
CSF can be used on a wide range of Linux systems, including those running cPanel. Following are the steps to install and configure the CSF.
Installation is quite straightforward:
rm -fv csf.tgz
wget
tar -xzf csf.tgz
cd csf
sh install.sh
If you would like to disable APF+BFD (which you will need [...]
Installing SSL Certificate 2008-04-04 18:16:36 For installing the SSL certificate you need to have a dedicated IP Address, and make sure that your domain is registred domain name and resolving perfectly
Step 1: You need to generate CSR (certificate signing request ) from your webhost nameger. which required following information.
———————————–
- Host to make cert for:
- Country(2 letter Abbreviation):
- State:
- City:
- Company [...] Read more:Certificate
Prevent Hot Linking to images 2008-04-04 17:59:08 To stop other sites directly linking to your images and media files and stealing your bandwidth You need to add following code in your .htaccess file
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?domain.com(/)?.*$ [NC]
RewriteRule .*.(gif|jpg|jpeg|bmp|wmv)$ [R,NC]
Note: replace your website with domain.com Read more:Linking
How to get and restore database backup on linux server 2008-04-24 16:38:38 Hello,
For taking backup
of you database you have to make sure that you database is good enough. with shell access you can take the database backup in .sql format with following command
#mysqldump user_databasename > database.sql
As you are having database backup and want to restore it then use following command
#mysql user_databasename < database.sql Read more:server
How to get Apache,php and mysql versions on linux server 2008-04-24 16:26:43 Hello,
To get the apache version on linux server
we have to use following command.
# /usr/local/apache/bin/httpd -v
To get the php version on linux server we have to use following command.
#php -v
you can get the php modules install on server with command #php -m
To get the mysql version on linux server we have to use following command.
#mysql [...] Read more:Apache
, versions
ImageMagik 2008-07-09 16:08:19 Hello,
ImageMagick is a software used to create, edit, and compose bitmap images. Using ImageMagick we can read, convert and write images in a variety of formats including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. ImageMagick is used to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, [...]