<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>UK Web Hosting</title> <atom:link href="http://www.nethosted.co.uk/knowledgebase/feed" rel="self" type="application/rss+xml" /><link>http://www.nethosted.co.uk/knowledgebase</link> <description>The NetHosted Knowledgebase, web hosting tutorials.</description> <lastBuildDate>Thu, 05 Jan 2012 16:10:11 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Accessing cPanel / WHM / Webmail behind a proxy</title><link>http://www.nethosted.co.uk/knowledgebase/cpanel/accessing-cpanel-whm-webmail-behind-a-proxy.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=accessing-cpanel-whm-webmail-behind-a-proxy</link> <comments>http://www.nethosted.co.uk/knowledgebase/cpanel/accessing-cpanel-whm-webmail-behind-a-proxy.php#comments</comments> <pubDate>Wed, 20 Jul 2011 14:14:36 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[cPanel]]></category> <category><![CDATA[Webmail]]></category> <category><![CDATA[WHM]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/knowledgebase/?p=400</guid> <description><![CDATA[To access your cPanel / WHM / Webmail if you are behind a proxy that is blocking access at work, school or university etc. you can use the following subdomains http://cpanel.yourdomain.com http://whm.yourdomain.com http://webmail.yourdomain.com These will allow you to bypass the proxy as the traffic will go over the standard web port 80 as opposed to [...]]]></description> <content:encoded><![CDATA[<p>To access your cPanel / WHM / Webmail if you are behind a proxy that is blocking access at work, school or university etc. you can use the following subdomains</p><p>http://cpanel.yourdomain.com</p><p>http://whm.yourdomain.com</p><p>http://webmail.yourdomain.com</p><p>These will allow you to bypass the proxy as the traffic will go over the standard web port 80 as opposed to a custom port.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/knowledgebase/cpanel/accessing-cpanel-whm-webmail-behind-a-proxy.php/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Configuring Tectite PHP Formmail Script</title><link>http://www.nethosted.co.uk/knowledgebase/website-development/configuring-tectite-php-formmail-script.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=configuring-tectite-php-formmail-script</link> <comments>http://www.nethosted.co.uk/knowledgebase/website-development/configuring-tectite-php-formmail-script.php#comments</comments> <pubDate>Tue, 19 Apr 2011 13:15:50 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Website Development]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/uk-web-hosting/?p=390</guid> <description><![CDATA[The formmail script that we recommend is Tectite PHP Formmail which is a very comprehensive, secure and free to use PHP formmailer. This can be downloaded here: download formmail Once downloaded you should extract the files and make the following edits: Edit formmail.php changing $TARGET_EMAIL to a domain that you want the form to be [...]]]></description> <content:encoded><![CDATA[<p>The formmail script that we recommend is <a
href="http://www.tectite.com/formmailpage.php">Tectite PHP Formmail</a> which is a very comprehensive, secure and free to use PHP formmailer.</p><p>This can be downloaded here: <a
href="http://www.tectite.com/formmail.zip">download formmail</a></p><p>Once downloaded you should extract the files and make the following edits:</p><p>Edit formmail.php changing $TARGET_EMAIL to a domain that you want the form to be able to email, this is your receiving domain, e.g. for nethosted.co.uk this is what we set it to:</p><pre>$TARGET_EMAIL = array(EMAIL_NAME."@nethosted\.co\.uk$");</pre><p>A few lines below this edit the DEF_ALERT value to a default email you want alerts to go to, for test@test.com it is set to:</p><pre>define("DEF_ALERT","test@test.com");</pre><p>That is the entire formmail configuration necessary, you then just need to edit the default form to put in some info, this is very well commented so going through this sampleform.htm file you can&#8217;t really go wrong, the only things you actually need to setup are the post address (STEP 1 in the comments) to the full path to the formmail script on your site, and the recipient address (STEP 2 in the comments) which is where the form submission gets sent to.</p><p>Of course you can then customise the sample form and build it into your site to make it look attractive, but this is all that is needed for the basic setup.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/knowledgebase/website-development/configuring-tectite-php-formmail-script.php/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Transferring account / package to a new owner</title><link>http://www.nethosted.co.uk/knowledgebase/accounts/transferring-account-package-to-a-new-owner.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=transferring-account-package-to-a-new-owner</link> <comments>http://www.nethosted.co.uk/knowledgebase/accounts/transferring-account-package-to-a-new-owner.php#comments</comments> <pubDate>Mon, 06 Dec 2010 13:43:32 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Accounts]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/uk-web-hosting/?p=384</guid> <description><![CDATA[If you are transferring the ownership of the whole account with us then you can login to your NetHosted Client Area and click the My Details section where you can update all details on the account. If you have recurring payment agreements please cancel these at the payment provider you are using or submit a [...]]]></description> <content:encoded><![CDATA[<p>If you are transferring the ownership of the whole account with us then you can login to your <a
href="https://secure.nethosted.co.uk/clients/">NetHosted Client Area</a> and click the My Details section where you can update all details on the account. If you have recurring payment agreements please cancel these at the payment provider you are using or submit a ticket asking us to do this.</p><p>If you wish to transfer part of an account such as a specific hosting plan and/or domain to a new owner please submit a ticket detailing which items you wish to transfer and the following details of the new owner:</p><p>First Name:<br
/> Last Name:<br
/> Company Name (Optional):<br
/> Email Address:<br
/> Address 1:<br
/> Address 2 (Optional):<br
/> City:<br
/> Region:<br
/> Postcode:<br
/> Country:<br
/> Phone Number:</p><p>We can then create a new account and move the required products to this account.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/knowledgebase/accounts/transferring-account-package-to-a-new-owner.php/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Temporary site address</title><link>http://www.nethosted.co.uk/knowledgebase/site-access/temporary-site-address.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=temporary-site-address</link> <comments>http://www.nethosted.co.uk/knowledgebase/site-access/temporary-site-address.php#comments</comments> <pubDate>Wed, 27 Oct 2010 14:26:22 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Site Access]]></category> <category><![CDATA[temporary access]]></category> <category><![CDATA[temporary uri]]></category> <category><![CDATA[temporary url]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/uk-web-hosting/?p=379</guid> <description><![CDATA[When your account is created you can access the temporary URL by going to one of the following addresses: http://servername.solardns.com/~username/  &#8211; e.g. http://venus.solardns.com/~myaccount/ http://ip/~username/ &#8211; e.g http://213.229.78.29/~myaccount/ Your server IP and server name are shown in your Welcome Email, you should substitute the username with your cPanel username also shown in the Welcome Email.]]></description> <content:encoded><![CDATA[<p>When your account is created you can access the temporary URL by going to one of the following addresses:</p><p>http://servername.solardns.com/~username/  &#8211; e.g. http://venus.solardns.com/~myaccount/</p><p>http://ip/~username/ &#8211; e.g http://213.229.78.29/~myaccount/</p><p>Your server IP and server name are shown in your Welcome Email, you should substitute the username with your cPanel username also shown in the Welcome Email.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/knowledgebase/site-access/temporary-site-address.php/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>cPanel, WHM, Webmail Secure Access URLs</title><link>http://www.nethosted.co.uk/knowledgebase/cpanel/cpanel-whm-webmail-secure-access-urls.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cpanel-whm-webmail-secure-access-urls</link> <comments>http://www.nethosted.co.uk/knowledgebase/cpanel/cpanel-whm-webmail-secure-access-urls.php#comments</comments> <pubDate>Wed, 25 Aug 2010 12:41:01 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[cPanel]]></category> <category><![CDATA[Webmail]]></category> <category><![CDATA[WHM]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/uk-web-hosting/?p=375</guid> <description><![CDATA[The preferred URLs for SSL access are: https://servername.solardns.com:2083 for cPanel https://servername.solardns.com:2087 for WHM https://servername.solardns.com:2096 for Webmail e.g. https://mars.solardns.com:2083 You can find your servername in the Welcome Email or by contacting support. You can also just access via https://yourdomain.com:2083 for example for cPanel but you will receive an SSL warning because the certificate won&#8217;t match your [...]]]></description> <content:encoded><![CDATA[<p>The preferred URLs for SSL access are:</p><p>https://servername.solardns.com:2083 for cPanel<br
/> https://servername.solardns.com:2087 for WHM<br
/> https://servername.solardns.com:2096 for Webmail</p><p>e.g. https://mars.solardns.com:2083</p><p>You can find your servername in the Welcome Email or by contacting support.</p><p>You can also just access via https://yourdomain.com:2083 for example for cPanel but you will receive an SSL warning because the certificate won&#8217;t match your domain name, in some browsers you can permanently accept the certificate so the warning won&#8217;t come up in future.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/knowledgebase/cpanel/cpanel-whm-webmail-secure-access-urls.php/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Using Dreamweaver with WebDav for secure website uploading</title><link>http://www.nethosted.co.uk/knowledgebase/cpanel/using-dreamweaver-with-webdav-for-secure-website-uploading.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-dreamweaver-with-webdav-for-secure-website-uploading</link> <comments>http://www.nethosted.co.uk/knowledgebase/cpanel/using-dreamweaver-with-webdav-for-secure-website-uploading.php#comments</comments> <pubDate>Fri, 23 Jul 2010 17:05:22 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[cPanel]]></category> <category><![CDATA[Website Development]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/uk-web-hosting/?p=352</guid> <description><![CDATA[N.B. Images are clickable for full size 1. Login to cPanel and select the Web Disk icon 2. Create a webdav account as shown 3. In Dreamweaver select the Site menu then choose New Site and fill in the details for your site and click next 4. You can choose whether to edit locally or [...]]]></description> <content:encoded><![CDATA[<p><strong>N.B. Images are clickable for full size</strong></p><p
style="text-align: center;"><strong><a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/cpanel-web-disk-nethosted.jpg"><img
class="aligncenter size-medium wp-image-366" title="cpanel-web-disk-nethosted" src="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/cpanel-web-disk-nethosted1-600x544.jpg" alt="" width="600" height="544" /></a> </strong></p><p>1. Login to cPanel and select the Web Disk icon</p><p><a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/cpanel-web-disk-account-setup-nethosted.jpg"><img
class="aligncenter size-medium wp-image-371" title="cpanel-web-disk-account-setup-nethosted" src="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/cpanel-web-disk-account-setup-nethosted-600x572.jpg" alt="" width="600" height="572" /></a></p><p>2. Create a webdav account as shown<a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/dreamweaver-webdav1-nethosted.jpg"><br
/> </a></p><p><a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/dreamweaver-webdav1-nethosted.png"><img
class="aligncenter size-medium wp-image-357" title="dreamweaver-webdav1-nethosted" src="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/dreamweaver-webdav1-nethosted-600x461.png" alt="" width="600" height="461" /></a></p><p>3. In Dreamweaver select the Site menu then choose New Site and fill in the details for your site and click next</p><p><a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/dreamweaver-webdav2-nethosted.png"><img
class="aligncenter size-medium wp-image-358" title="dreamweaver-webdav2-nethosted" src="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/dreamweaver-webdav2-nethosted-600x461.png" alt="dreamweaver-webdav2-nethosted" width="600" height="461" /></a></p><p>4. You can choose whether to edit locally or on the server, choose which you prefer and click next</p><p><a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/dreamweaver-webdav3-nethosted.png"><img
class="aligncenter size-medium wp-image-359" title="dreamweaver-webdav3-nethosted" src="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/dreamweaver-webdav3-nethosted-600x461.png" alt="dreamweaver-webdav3-nethosted" width="600" height="461" /></a></p><p>5. You then need to enter the details for your webdav account that you just set up, for the server address this is https://www.yourdomain.com:2078 replacing yourdomain.com with your site address, and using the username and password you just created in cPanel.</p><p><a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/dreamweaver-webdav4-nethosted.png"><br
/> </a></p><p><a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/dreamweaver-webdav3-1-nethosted.png"><img
class="aligncenter size-medium wp-image-373" title="dreamweaver-webdav3-1-nethosted" src="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/07/dreamweaver-webdav3-1-nethosted-600x461.png" alt="" width="600" height="461" /></a>6. Once you&#8217;ve entered these details click test connection and you should see this working as shown above</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/knowledgebase/cpanel/using-dreamweaver-with-webdav-for-secure-website-uploading.php/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Restoring a backup using R1Soft and cPanel</title><link>http://www.nethosted.co.uk/knowledgebase/backup/restoring-a-backup-using-r1soft-and-cpanel.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=restoring-a-backup-using-r1soft-and-cpanel</link> <comments>http://www.nethosted.co.uk/knowledgebase/backup/restoring-a-backup-using-r1soft-and-cpanel.php#comments</comments> <pubDate>Mon, 01 Mar 2010 15:42:43 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Backup]]></category> <category><![CDATA[r1soft]]></category> <category><![CDATA[restore]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/uk-web-hosting/?p=294</guid> <description><![CDATA[Our R1Soft Backup system allows you to restore backups of files and folders to your account from up to 1 month ago in a few clicks, this is the best backup solution available for shared hosting we believe. Here is a quick guide on how to restore your files, please click the images for fullsize [...]]]></description> <content:encoded><![CDATA[<p>Our R1Soft Backup system allows you to restore backups of files and folders to your account from up to 1 month ago in a few clicks, this is the best backup solution available for shared hosting we believe. Here is a quick guide on how to restore your files, please click the images for fullsize versions.</p><p>Firstly login to your cPanel and select the R1Soft icon shown below:</p><p><a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/02/cpanel.png"><img
src="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/02/cpanel-300x288.png" alt="cPanel R1Soft Restore Backup" title="cPanel Screen R1Soft Restore Backup Highlighted" width="300" height="288" class="aligncenter size-medium wp-image-297" /></a></p><p>You will see a screen with a tree view, expand this fully and you will see a list of times and dates for all the backups of your files that are available to be restored. You can restore your whole account by selecting the home directory, and then choosing the restore button in the top right as shown below:</p><p><a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/02/r1soft11.png"><img
src="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/02/r1soft11-300x204.png" alt="R1Soft User Restore Tree View" title="R1Soft User Restore Tree View" width="300" height="204" class="aligncenter size-medium wp-image-300" /></a></p><p>Once you have selected the files you wish to restore and pressed the restore button you will see the following screen:</p><p><a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/02/r1soft2.png"><img
src="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/02/r1soft2-300x190.png" alt="R1Soft Backup User Restore Options" title="R1Soft Backup User Restore Options" width="300" height="190" class="aligncenter size-medium wp-image-301" /></a></p><p>The two options available are:</p><ul><li><strong>Overwrite existing files</strong></li><p> It will replace your current files with files from the backup even if they already exist. This would be useful if you&#8217;ve recently edited a file and this has caused a problem with your site.</p><li><strong>Encrypt file data over network</strong></li><p> This should always be selected so your backup data is restored securely.</ul> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/knowledgebase/backup/restoring-a-backup-using-r1soft-and-cpanel.php/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to set up Microsoft Outlook 2007 / 2010 for secure email access on NetHosted</title><link>http://www.nethosted.co.uk/knowledgebase/email-setup/how-to-set-up-microsoft-outlook-2007-for-secure-email-access-on-nethosted.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-set-up-microsoft-outlook-2007-for-secure-email-access-on-nethosted</link> <comments>http://www.nethosted.co.uk/knowledgebase/email-setup/how-to-set-up-microsoft-outlook-2007-for-secure-email-access-on-nethosted.php#comments</comments> <pubDate>Mon, 01 Mar 2010 15:33:11 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Email Setup]]></category> <category><![CDATA[2003]]></category> <category><![CDATA[2007]]></category> <category><![CDATA[ms]]></category> <category><![CDATA[outlook]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/uk-web-hosting/?p=313</guid> <description><![CDATA[To create a new email account begin by going to the Tools menu then Account Settings. Once you have done this you should choose the New button highlighted below, then click Next. You should then check the Manually configure server settings or additional server types box and choose Next. The Internet E-mail radio button should [...]]]></description> <content:encoded><![CDATA[<p>To create a new email account begin by going to the <strong>Tools</strong> menu then <strong>Account Settings</strong>.</p><p><a
href="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/1.png"><img
class="aligncenter size-full wp-image-406" title="1" src="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/1.png" alt="" width="600" height="645" /></a><a
href="http://www.nethosted.co.uk/uk-web-hosting/wp-content/uploads/2010/02/outlook-account-settings.png"><br
/> </a></p><p>Once you have done this you should choose the <strong>New</strong> button highlighted below, then click <strong>Next</strong>.</p><p><a
href="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/2.png"><img
class="aligncenter size-full wp-image-407" title="2" src="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/2.png" alt="" width="600" height="629" /></a></p><p>You should then check the <strong>Manually configure server settings or additional server types</strong> box and choose Next.</p><p><a
href="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/3.png"><img
class="aligncenter size-full wp-image-408" title="3" src="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/3.png" alt="" width="600" height="627" /></a></p><p>The <strong>Internet E-mail</strong> radio button should be selected, choose <strong>Next</strong>.</p><p><a
href="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/4.png"><img
class="aligncenter size-full wp-image-409" title="4" src="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/4.png" alt="" width="600" height="629" /></a></p><p>You then need to enter your email account details, these should look similar to those shown below <strong>(entering your own mail server settings as found in your welcome email, and your email address/username/password as you have setup in cPanel)</strong>. You can substitute the incoming and outgoing mailserver to servername.solardns.com to avoid certificate warnings, e.g. venus.solardns.com. If you wish to use IMAP instead of POP3 be sure to change this in the <strong>Account Type</strong> dropdown. Once you have filled this in choose <strong>More Settings</strong> as highlighted.</p><p><a
href="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/5.png"><img
class="aligncenter size-full wp-image-410" title="5" src="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/5.png" alt="" width="600" height="625" /></a></p><p>From here select the Outgoing Server tab and check the box <strong>My outgoing server (SMTP) requires authentication</strong>. The radio button <strong>Use same settings as my incoming mail server</strong> should be highlighted.</p><p><a
href="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/6.png"><img
class="aligncenter size-full wp-image-411" title="6" src="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/6.png" alt="" width="600" height="678" /></a></p><p>Select the <strong>Advanced </strong>tab next and set it to the settings shown below:</p><p><a
href="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/7.png"><img
class="aligncenter size-full wp-image-412" title="7" src="http://www.nethosted.co.uk/knowledgebase/wp-content/uploads/2010/03/7.png" alt="" width="600" height="647" /></a></p><p>Once this is done click OK, you have entered all the necessary settings now so click next and your account is set up in Outlook.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/knowledgebase/email-setup/how-to-set-up-microsoft-outlook-2007-for-secure-email-access-on-nethosted.php/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Using FileZilla to connect to FTP securely</title><link>http://www.nethosted.co.uk/knowledgebase/ftp/using-filezilla-to-connect-to-ftp-securely.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-filezilla-to-connect-to-ftp-securely</link> <comments>http://www.nethosted.co.uk/knowledgebase/ftp/using-filezilla-to-connect-to-ftp-securely.php#comments</comments> <pubDate>Wed, 17 Feb 2010 15:58:02 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[FTP]]></category> <category><![CDATA[configuration]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/uk-web-hosting/?p=306</guid> <description><![CDATA[To download FileZilla FTP client go here: http://filezilla-project.org/ Once this is installed here are the steps to connect to your NetHosted FTP account securely: Click File Menu =&#62; Site Manager Choose New Site In the pop up box enter: Host: ftp.yourdomain.com Port: 21 Servertype: FTPES - FTP over explicit TLS/SSL Logontype: Normal User: Included in [...]]]></description> <content:encoded><![CDATA[<p>To download FileZilla FTP client go here: <a
href="http://filezilla-project.org/">http://filezilla-project.org/</a></p><p>Once this is installed here are the steps to connect to your NetHosted FTP account securely:</p><ol><li>Click File Menu =&gt; Site Manager</li><li>Choose New Site</li><li>In the pop up box enter:<pre>	Host: ftp.yourdomain.com Port: 21</pre><pre>	Servertype: FTPES - FTP over explicit TLS/SSL</pre><pre>	Logontype: Normal</pre><pre>	User: Included in welcome email</pre><pre>	Password: Included in welcome email</pre></li><li>Hit connect, a window will pop up saying Unknown Certificate, select Always trust certificate in future sessions in the bottom left and hit OK, you&#8217;re now connected.</li></ol> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/knowledgebase/ftp/using-filezilla-to-connect-to-ftp-securely.php/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Using Windows FTP Client</title><link>http://www.nethosted.co.uk/knowledgebase/ftp/using-windows-ftp-client.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-windows-ftp-client</link> <comments>http://www.nethosted.co.uk/knowledgebase/ftp/using-windows-ftp-client.php#comments</comments> <pubDate>Wed, 29 Apr 2009 10:05:04 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[FTP]]></category> <category><![CDATA[ftp login]]></category> <category><![CDATA[windows ftp]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/uk-web-hosting/?p=273</guid> <description><![CDATA[You may encounter an issue using FTP directly from Windows due to the format of the FTP username which contains the @ symbol also used in the full FTP address in Windows of the format ftp://username:password@site/. As cPanel FTP usernames also contain an @ this can confuse the application, the way around this is to [...]]]></description> <content:encoded><![CDATA[<p>You may encounter an issue using FTP directly from Windows due to the format of the FTP username which contains the @ symbol also used in the full FTP address in Windows of the format ftp://username:password@site/. As cPanel FTP usernames also contain an @ this can confuse the application, the way around this is to substitute the @ with a +, so a username such as test@nethosted.co.uk would become test+nethosted.co.uk.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/knowledgebase/ftp/using-windows-ftp-client.php/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
