Posts Tagged ‘Web Hosting’
How do I upload my webfiles?
Sep 09 29
There are two main ways to upload your website files to your web hosting server:
FTP (File Transfer Protocol)
The most common way to upload your files is through FTP. This requires an FTP program. There are many FTP programs out there but we would recommend Filezilla as it is very user friendly. You can download Filezilla free from the following address:
http://filezilla-project.org/
and click on ‘Download Filezilla client’
Once you have downloaded this, open up Filezilla and click on the top left icon (computer screen) and click ‘New Site’ and enter ****domain*** or any description as this is just the label for the site, then enter the following details into the boxes:
Host = Given in your web hosting welcome email
Port = 21
Servertype = FTP
LogonType = Change the drop down list to Normal
Username = Given in your web hosting welcome email
Password = Given in your web hosting welcome email
Then click Connect, and double click on the ‘httpdocs’ folder to enter
your hosting webspace.
Once you are connected you will have 2 split windows, the left hand side is the files on your computer, the right hand side is your web space, in order to upload your files you need to either drag and drop from left to right, or double click on your left hand files to upload to the right. You will notice the transfer progress on the bottom of the screen. If all is well Filezilla should display the files you have uploaded on the right hand screen and your website should now be visible in your internet browser window.
Using the Plesk File Manager to upload your files.
This method comes on any package hosted on a Plesk server
You will be given your control panel user details in your welcome email. Once logged into the control panel you will see this icon. Click on this and you will again be connected to your server’s web directories and again click on ‘httpdocs’ to manage your webfiles.
How to use the File Manager
Once you click into your httpdocs directory your webfiles will appear as in the image below:
Other commands you can do from here would be to create or delete folders and files, change file and folder permissions, edit existing files and rename files and folder. Here are a few more helpful tips to use with Plesk’s File Manager:
- To upload a file to the current directory, click add new file, then either browse your computer or ‘create new’ file and specify its location. Click OK.
- To create a folder that will be located in the current directory, click ‘Add New Directory’, then type in the directory name in the Directory name field and click OK.
- To edit an existing file source, click the Edit File icon (pencil). The File Manager’s editor window will open, allowing you to edit the file source. When you have finished with your changes, click ‘Save’ to save the file then OK to save the file and return to the File Manager panel.
- To remove a file or directory, select the corresponding checkbox, and click Remove Selected.
- To rename a directory or file, click on the Rename icon (small rectangle). A new page will open allowing you to rename the selected file or directory. Type in a new name and click OK.
- To change permissions for a file or directory, click on the permissions icon (which will look something like rw- r– r–) the permissions settings page will open, allowing you to set the required permissions. Select the correct settings for the file then click OK to submit.
Robots.txt file
Sep 09 22
Have you heard of a robots.txt file? Do you have a robots.txt file on your website? Search engine spiders and similar robots will look for a robots.txt file, located in your main web directory. It’s very simple and can help with your site’s ranking in the search engines.
What is a robots.txt file?
A robots.txt file is a small text file that you place in the root directory of your web site. This file is used to fence off robots from sections of your web site, so they won’t read files in those areas. Search engines often call these spiders and send them out to look for pages to include in their search results.
How do I create a robots.txt file?
Using a text editor such as Notepad, start with the following line:
User-agent: *
This specifies the robot we are referring to. The asterisk addresses all of them. You can be more specific by entering the bot name but in most cases you would use the asterisk.
The next line tells the robot which parts of your website to omit in their crawl:
User-agent: *
Disallow: /cgi-bin/
This would fence off any path on your website starting with the string /cgi-bin./
Multiple paths can be added using additional disallow lines:
User-agent: *
Disallow: /cgi-bin/
Disallow: /private/
Disallow: /test/
This robots.txt file instructs all robots that any files in directories /cgi-bin/, /private/ and /test/ are off limits.
If you want search engines to index everything in your site, you don’t need a robots.txt file (not even an empty one).
Using meta tags to block access to your site.
You can also use Meta tags to the same effect.
To prevent search engines from indexing a page on your site, place the following meta tag into the header of the page:
<meta name=”robots” content=”noindex”>
Not all robots may support the robots.txt directive or the Meta tag, so it is advisable to use both.
You can learn more about robots.txt files here.
Google Webmaster Tools
Sep 09 18
Do I need a Google Webmaster Tools account?
Google Webmaster Tools is a great resource for any site owner. and a must for anybody who is serious about making a search engine friendly site.
Creating content for the web is easy, but getting people to discover it is the hard part. You want your site to be as search friendly as possible. You want to know how your website interacts with the search engines and you want to be made aware of any problems with your site that may prevent people from reaching you. Webmaster Tools gives you all this information, it’s Google’s way of giving site owners the best information they need to have a successful website.
Features:
- First of all it’s free! A wealth of useful information at your fingertips and all you have to do is sign up.
- Top search queries tool which gives information about user search queries which have returned pages from your site.
- A Sitemap tool which allows you to submit an XML Sitemap with details on pages you would like Google to index and the priority of your pages so Google knows which ones to crawl first. If you do not have a site map create one and submit it to the site configuration sitemap section of your account.
- Diagnostics section which reports errors that were encountered when your site was crawled such as problems with the sitemap, pages not found etc. It also gives you HTML suggestions to improve your visitor’s experience and performance.
- Change of address option, which is a special tool to tell Google about your new domain name and helps to move your old site users to you new domain easily.
- Top search queries tool has information on the keywords and phrases that your website appeared for, the percentage of clickthroughs to your website, along with the keyword position.
- Links to your site tool provides information on inbound links with anchor text for your site pages.
- Keywords and internal links tool shows the common keywords Google sees when it crawl’s the site and internal links shows the total number of pages linked by other pages in your site.
- A vast amount of extra help topics, articles, forums resources are also available, all there to help you make the most of your website.
Setting up your Google account.
Getting started with Google Webmaster Tools is not to difficult. The first thing you’ll need is a Google account. Google has combined, or converged, their different accounts such so if you have If you use Gmail, Adwords, Analytics, iGoogle or one of the many other services, then you are ready to go. If not, sign up for a free Google Account. Once you have an account and sign in, the top right corner of Google will now have a “My Account” link. Click on that link and from the page that loads, click on “Webmaster Tools”.
Veryfying your domain.
Once you have added your domain to the dashboard, you need to verify it. To verify, you either upload a text file to the root of the website or add a meta tag to the index page. Once you upload the file to your web site (or modify the home page with the meta tag), you click the “Verify” button and Google will check to see if the file or meta tag is there. Once Google finds it, you are verified and able to access all the information about your site.
Do I need a sitemap?
You can also submit sitemaps using Google WebMaster Tools. A sitemap is a file that list pages on your site that you want Google to know about. Follow the “more information” links in the site map section to find out more information about creating a site map. According to www.Sitemaps.org a sitemap will allow search engines to more intellingently crawl your website. More details and FAQ’s about sitemaps can be found here.
Robots.txt file
Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol.
Web robots often go by different names. You may hear them called:
- Spiders
- Bots
- Crawlers
To find out more about the robots.txt file click here.
There are many features to WebMaster Tools. Hopefully this overview has given enough information for you to get it set up and start benefitting from it.
Web Hosting News
Sep 09 16
We’re currently looking into upgrading our servers to Plesk 9 which includes a greylisting feature ideal for blocking spam.
http://www.parallels.com/uk/products/plesk/new/
We’ve already starting using this method for our own mail delivery outside of Plesk which works very well and reduces spam by about 90%!
More soon!