<?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>Tdot - Blog &#187; Web Hosting</title>
	<atom:link href="http://tdot-blog.com/category/web-hosting/feed" rel="self" type="application/rss+xml" />
	<link>http://tdot-blog.com</link>
	<description>Affordable Web Hosting &#124; cPanel, Security, Wordpress, Resources, and Your Say</description>
	<lastBuildDate>Tue, 20 Jul 2010 10:29:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Setup and Monitor Your cPanel&#8217;s Raw Access Logs</title>
		<link>http://tdot-blog.com/web-hosting/how-to-setup-and-monitor-your-cpanels-raw-access-logs</link>
		<comments>http://tdot-blog.com/web-hosting/how-to-setup-and-monitor-your-cpanels-raw-access-logs#comments</comments>
		<pubDate>Sun, 18 Jul 2010 12:12:14 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[access logs]]></category>
		<category><![CDATA[cpanel 11]]></category>
		<category><![CDATA[cpanel web hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3054</guid>
		<description><![CDATA[cPanel's raw access logs is overlooked by many, while it can give you detailed insight of who is trying to access your pages. Learn here how to setup and monitor your raw access logs for better monitoring and securing your site.]]></description>
			<content:encoded><![CDATA[<p>cPanel&#8217;s raw access logs is overlooked by many, while it can give you detailed insight of who is trying to access what pages, when, and from where.<br />
By default, all cPanel web hosting accounts are set to delete the logs on a daily basis. I suggest you change the setting, so you can keep the logs and be able to check them later on a weekly or monthly basis. This may take more space on your web hosting account, but it&#8217;s worth doing for monitoring any suspicious activity.<br />
<span id="more-3054"></span><br />
Checking the access logs will give you good idea of areas of your site being accessed and your site&#8217;s response to it. If you notice any suspicious activity, you should do any of the following: double check your site&#8217;s pages, block the suspicious ip address, take an extra backup, or if you found any damage restore your site from a previous backup. You can also contact your web hosting provider about it.</p>
<p><strong>How to find Raw Access Logs:</strong><br />
Let&#8217;s take a look at the access logs. To access raw logs, click on the Raw Access Logs icon from the main cPanel account page:</p>
<p><img class="alignleft size-full wp-image-3059" title="raw-access-logs-icon" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-icon.jpg" alt="raw-access-logs-icon" width="167" height="159" /></p>
<p>This will take you to the Raw Access Logs detail screen: (see image below)<br />
Click on the first checkbox under configure logs title and then click the Save button.<br />
This will allow the logs to be updated and added to the archive file, which you can download later to see activity for a period of up to a month.<br />
You can see the archive file with under Archived Raw Logs link at the bottom of the screen. (see image below) Archive file name will have the domain name (grayed out in the image) with a date suffix and a .gz extension.<br />
Once you click on any of the archives, you should be able to save it on you local disk and extract the content using either (winzip, 7-zip or any similar software)</p>
<p><img class="alignleft size-full wp-image-3060" title="raw-access-logs-detail" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-detail.jpg" alt="raw-access-logs-detail" width="396" height="468" /></p>
<p><strong>Raw Access Logs Layout ( good example):</strong></p>
<p><img class="alignleft size-full wp-image-3067" title="raw-access-logs-good-example" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-good-example2.jpg" alt="raw-access-logs-good-example" width="676" height="63" /></p>
<p>Raw access log entries starts with the ip address of the visitor followed by date of the visit. Next you can see the http request “Get” meaning the visitor accessing your site&#8217;s login form in this example (see image above). Following the Get request, we see the relative file name followed by the version of the HTTP request (1.1)  Note: The 2 most popular requests you&#8217;ll find in the log file are “Get” and “Post”.<br />
Next, you&#8217;ll find a numerical value 200, in this case it specifies the resulting status of the request. Typical values for this code are 200 (OK). Another known number is 404 (Not Found) and 403 (Forbidden). To learn more about HTTP Status codes, refer to the <a title="http error codes list" href="http://en.wikipedia.org/wiki/List_of_HTTP_status_codes" target="_blank">whole list in wikipedia</a>.</p>
<p>The next numerical is 2125, a number indicating the total size (in bytes) of data transmitted for the request.<br />
The next portion of our access log entry specifies the referrer, showing the URL of the referrer (grayed in the image sample).<br />
Finally, the formal identity of the user-agent is specified at the end of the log raw.</p>
<p><strong>Example of a suspicious Access Logs</strong><strong>:</strong></p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example11.jpg"><img class="alignleft size-medium wp-image-3074" title="raw-access-logs-susp-example1" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example11-300x44.jpg" alt="raw-access-logs-susp-example1" width="480" height="55" /></a><br />
(click image to enlarge)</p>
<p>Here someone has tried to exploit the site via URL attack. Usually these attempts fail due to limited site access setup. Also a firewall running on the server should prevent such attacks. For you it is a good thing to know what is happening on your site, so you can either block the ip or it will alert you to keep a closer eye on your site in general.</p>
<p><strong>Another example of a suspicious Access Logs:</strong></p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example21.jpg"><img class="alignleft size-medium wp-image-3077" title="raw-access-logs-susp-example2" src="http://tdot-blog.com/wp-content/uploads/2010/07/raw-access-logs-susp-example21-300x35.jpg" alt="raw-access-logs-susp-example2" width="480" height="55" /></a><br />
(click image to enlarge)</p>
<p>Here someone has tried to exploit the site via sql injection. You can see “Union” and “Select” database statements that will give the user unauthorized information. This kind of attack can be prevented by the software and it&#8217;s capabilities to sanitize the query. Wordpress is now a lot more secure than the earlier versions, however be careful of plugins or themes that could not be safe enough to block this kind of attack.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3054&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/how-to-setup-and-monitor-your-cpanels-raw-access-logs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue Setting Up Godaddy&#8217;s Total DNS for Domain Parking with Adsense</title>
		<link>http://tdot-blog.com/web-hosting/issue-setting-up-godaddys-total-dns-for-domain-parking-with-adsense</link>
		<comments>http://tdot-blog.com/web-hosting/issue-setting-up-godaddys-total-dns-for-domain-parking-with-adsense#comments</comments>
		<pubDate>Wed, 16 Jun 2010 00:44:12 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Ask Your Host]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=3025</guid>
		<description><![CDATA[Do you have a domain with godaddy and wish to park it with Google Adsense ads? Google has great  step by step instructions for this setup, however if a domain name has been already used by another host, the link for total dns will not show. A message in godaddy&#8217;s site will show &#8216;Total DNS: (Not hosted here)&#8217;.
I [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a domain with godaddy and wish to park it with Google Adsense ads? Google has great  step by step instructions for this setup, however if a domain name has been already used by another host, the link for total dns will not show. A message in godaddy&#8217;s site will show &#8216;Total DNS: (Not hosted here)&#8217;.</p>
<p>I think the message should say &#8216;Not hosted here, please park the site by us first if you need to access total dns configurations&#8217;. I have been asked about it numerous times and generally find messages that show next action steps easier, than just telling &#8216;Not hosted here&#8217;.</p>
<p><span id="more-3025"></span><br />
If you follow the instructions from Google ( <a href="https://www.google.com/adsense/support/bin/answer.py?answer=76049" target="_blank">click here for the instructions </a>) and don&#8217;t find the link to setup the total DNS. Instead it says: DNS: (Not hosted here).  Then click on the &#8221;Manage&#8221; link under Nameservers setup  (just on the left) and pick the radio button for &#8220;I want to park my domain&#8221; and click okay. This action will take a little and first display Total DNS: (Temporarily unavailable). After a little while, it should show a link &#8220;Total DNS Control&#8221; as in the image.</p>
<p><img class="alignleft size-full wp-image-3031" title="total-dns" src="http://tdot-blog.com/wp-content/uploads/2010/06/total-dns.jpg" alt="total-dns" width="456" height="187" /></p>
<p>By then you can continue with step 5 to set up a <a href="http://en.wikipedia.org/wiki/CNAME" target="_blank">cname</a> and then setup <a href="http://rscott.org/dns/a.html" target="_blank">a record </a>for your domain.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=3025&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/issue-setting-up-godaddys-total-dns-for-domain-parking-with-adsense/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel Accelerated 2 Geared for Efficiency</title>
		<link>http://tdot-blog.com/web-hosting/cpanel-accelerated-2-geared-for-efficiency</link>
		<comments>http://tdot-blog.com/web-hosting/cpanel-accelerated-2-geared-for-efficiency#comments</comments>
		<pubDate>Tue, 12 Jan 2010 12:32:54 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/?p=2888</guid>
		<description><![CDATA[Have you noticed a little change in your cPanel main page? A new version is now out being labeled as cPanel Accelerated 2.
The new version has memory usage improvements, you will notice faster loading speed. It is also Ajax enabled, and will make it easier for you to organize your main page boxes if you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tdot-blog.com/wp-content/uploads/2010/01/cpanel-accelerated2.jpg" alt="cpanel-accelerated2" width="232" height="65" align="left" />Have you noticed a little change in your cPanel main page? A new version is now out being labeled as cPanel Accelerated 2.</p>
<p>The new version has memory usage improvements, you will notice faster loading speed. It is also Ajax enabled, and will make it easier for you to organize your main page boxes if you use the rv theme. You will see some other areas like using file uploads using Ajax as well.<br />
<span id="more-2888"></span><br />
If you are using the x theme, the icons on the main page will be confusing to find in the beginning. When you get used to it, you will find it saving some extra clicks. You can get to phpmyadmin with one click from the main page. Also awstats is one click away from the main page.<br />
A great new feature that will save you time is the section showing &#8220;Frequently Accessed Area&#8221; links.</p>
<p><img src="http://tdot-blog.com/wp-content/uploads/2010/01/cpanel-accelerated-sundaymorning.jpg" alt="cpanel-accelerated-sundaymorning" width="232" height="68" align="left" />If you manage more than one site, you can change the style of each site to a different style sheet. This can avoid you being confused when working on both sites at the same time. I like the sundaymorning style.<br />
What style or theme do you like most?<br />
Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2888&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/cpanel-accelerated-2-geared-for-efficiency/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Do You Have a Backup Plan For Your Website?</title>
		<link>http://tdot-blog.com/web-hosting/do-you-have-a-backup-plan-for-your-website</link>
		<comments>http://tdot-blog.com/web-hosting/do-you-have-a-backup-plan-for-your-website#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:11:45 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/web-hosting/do-you-have-a-backup-plan-for-your-website</guid>
		<description><![CDATA[I&#8217;m a strong believer in backing up websites for 2 simple reasons.
1 &#8211; The time and effort spent in building a website has to be backed by something like an insurance. A backup plan should be exactly like an insurance plan, that you have to have to protect any valuable.
2 &#8211; No matter how a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a strong believer in backing up websites for 2 simple reasons.<br />
1 &#8211; The time and effort spent in building a website has to be backed by something like an insurance. A backup plan should be exactly like an insurance plan, that you have to have to protect any valuable.</p>
<p>2 &#8211; No matter how a webhost providers promise to backup your data, there is no assurance that you will get it all back. Remember the terms of service that you have read and signed. You have to understand that in order for webhost providers to bring the prices down, they have to host hundreds if not thousands of sites to make up for the cost.<br />
There is no way that they can provide a backup/restore plan for each site on the serve. Luckily there are simple and free tools that you can use and will help you backup all your sites.</p>
<p><span id="more-2574"></span><br />
All you need to do is schedule a backup either on a regular basis, or on the basis of updating your website. Assuming you have cPanel, the simplest way to backup your site would be using the cPanel tools.</p>
<p><strong>Follow these steps to start a backup:<br />
</strong></p>
<p>1- Click on the backup icon from the cPanel main page.</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup1.png" title="cpanel-backup1.png"><img src="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup1.png" alt="cpanel-backup1.png" /></a></p>
<p>2- Once in the main backup page, click on link to &#8220;Generate/Download a Full Backup&#8221;</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup2.png" title="cpanel-backup2.png"><img src="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup2.png" alt="cpanel-backup2.png" /></a></p>
<p>3- This will bring you to &#8220;Full Backup&#8221; form.</p>
<p>You will see a list of older backups, if any. Just fill the following: Make sure you choose Backup Destination &#8220;Full Backup&#8221;,  enter your email for notification confirmation, and click the &#8220;Generate Backup&#8221; button.</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup3.png" title="cpanel-backup3.png"><img src="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup3.png" alt="cpanel-backup3.png" /></a></p>
<p>4- After clicking &#8220;Generate Backup&#8221;, you will see a progress message as the one below. You can exit the page.</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup4.png" title="cpanel-backup4.png"><img width="500" src="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup4.png" alt="cpanel-backup4.png" height="137" title="cpanel-backup4.png" /></a></p>
<p>5- When the  backup is done, you will receive an email confirmation:</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup9.png" title="cpanel-backup9.png"><img src="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup9.png" alt="cpanel-backup9.png" /></a></p>
<p>Backups are kept in the home directory to keep it safe from the internet. No one usually has access from the internet to your home directory where the backup files are kept, however make sure you always keep a copy of your backup files on your local laptop or computer using your ftp software of choice.</p>
<p><strong>To delete older backup files:</strong></p>
<p>1- From the main cPanel page, click on the File Manager icon.</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup51.png" title="cpanel-backup51.png"><img src="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup51.png" alt="cpanel-backup51.png" /></a></p>
<p>2-This will take you to your home directory / (Current Folder). Note: this is not your /www directory where you home site is.</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup6.png" title="cpanel-backup6.png"><img src="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup6.png" alt="cpanel-backup6.png" /></a></p>
<p>3- Scroll down to see your backup files, click on the desired file to delete, and then go to the top right on the screen to delete the file.</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup7.png" title="cpanel-backup7.png"><img src="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup7.png" alt="cpanel-backup7.png" /></a></p>
<p>4- Click on the trash container to physically delete you backup file.</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup8.png" title="cpanel-backup8.png"><img src="http://tdot-blog.com/wp-content/uploads/2009/04/cpanel-backup8.png" alt="cpanel-backup8.png" /></a></p>
<p><strong>Pros:</strong></p>
<p>1- Easy, the steps are easy and quick to perform.</p>
<p>2- A Full Backup includes more then just files, it includes databases, unread emails, and more. This copy of the backup makes it easy to move your site from server to server or webhost to another webhost, if you wish so.</p>
<p><strong>Cons:</strong></p>
<p>1- Manual, we sometimes forget about it.</p>
<p>2- You may need your webhost to restore for you.</p>
<p>I will share other backup options next week. Stay tuned and make sure you backup your sites regularly.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2574&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/do-you-have-a-backup-plan-for-your-website/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tips on How to Choose a Good Domain Name</title>
		<link>http://tdot-blog.com/web-hosting/tips-on-how-to-choose-a-good-domain-name</link>
		<comments>http://tdot-blog.com/web-hosting/tips-on-how-to-choose-a-good-domain-name#comments</comments>
		<pubDate>Thu, 09 Apr 2009 12:48:08 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/web-hosting/tips-on-how-to-choose-a-good-domain-name</guid>
		<description><![CDATA[Having a Website is crucial for most businesses. An online presence can not only boost your business earnings, but by adding a blog you can create a feeling of loyalty and community that is hard to find elsewhere.
So, you’ve decided to go ahead and create a Web site and/or blog for your business but you’re [...]]]></description>
			<content:encoded><![CDATA[<p>Having a Website is crucial for most businesses. An online presence can not only boost your business earnings, but by adding a blog you can create a feeling of loyalty and community that is hard to find elsewhere.</p>
<p>So, you’ve decided to go ahead and create a Web site and/or blog for your business but you’re not sure how to go about choosing the domain name that will be most beneficial for you and your business’ needs.</p>
<p>Following are a few tips that will make choosing a domain name a much smoother process:</p>
<p><span id="more-2567"></span><br />
- Avoid dashes. You don’t want to try to explain your domain name to a potential client or customer as “business dash name dash so-and-so dash dot com” when they ask you your Web site or blog address.<br />
Not only is it confusing, but it can be frustrating to some Internet users when they have to remember the dashes between each word – especially if they’re jotting down the URL in person.</p>
<p>- Keep it short. When coming up with your domain name, you want to stay away from extraordinarily long titles.<br />
Shorter, creative domain names are easier for readers to remember. Something like “BuyitNow.com” clicks with readers’ minds a lot quicker than something like “ClickHeretoPurchaseAwesomeProductsNow.com”. Think short; think success.</p>
<p>- Think about branding. Do you already have a short, catchy business name? If that domain is taken, remember to keep away from those dashes and just try to find a similar domain that’s available and go with that. Try to stay with a name that will stay true to your business and reflect what you’re trying to accomplish.</p>
<p>- Make sure it’s easy to pronounce. Don’t use big words that your potential clients or customers won’t relate to. Unless they’re part of your initial business name, steer clear of them all together.<br />
Remember, you want your domain name to stick in the reader’s mind.</p>
<p>- Make it fun! If you can at all, keep your domain name fun and creative.<br />
There’s no need it has to be boring – even if you feel your business is.<br />
Ever hear the saying “think outside of the box”? It rings true for domain names, too.<br />
The more fun it is, the more appealing it will be for folks to click on it and bookmark it for future reference.</p>
<p>- Be unique. You’re unique, your business is unique, so your domain name should be unique as well.<br />
No one can be you. No one can do business exactly the way you do business.<br />
And, no one thinks exactly the way you do. Uniqueness is an asset for any domain name.</p>
<p>Lastly, relax.  Choosing a domain name should be an exciting part of your business adventures.<br />
Be yourself and let your imagination run wild. Your business will thank you for your creativity.</p>
<p>If you follow these simple steps you’ll be passing out business cards with your fabulous domain name on them soon. You can easily register your domain names with any hosting plan at  <a title="value added hosting" href="http://tdothost.com" target="_blank">tdothost.com</a>.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2567&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/tips-on-how-to-choose-a-good-domain-name/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DomainAlley.net, a New Domain Registration Provider</title>
		<link>http://tdot-blog.com/web-hosting/domainalleynet-a-new-domain-registration-provider</link>
		<comments>http://tdot-blog.com/web-hosting/domainalleynet-a-new-domain-registration-provider#comments</comments>
		<pubDate>Tue, 14 Oct 2008 22:05:49 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/web-hosting/domainalleynet-a-new-domain-registration-provider</guid>
		<description><![CDATA[Check out DomainAlley.net. Get 2 months of free hosting with tdothost.com, if you buy a domain name from DomainAlley.net.]]></description>
			<content:encoded><![CDATA[<p>I am pleased to announce <a target="_blank" href="http://domainalley.net" title="Value added domain registration">DomainAlley.net</a> is up and running.<br />
Actually it didn&#8217;t take me a lot of effort to set it up. It uses a template to offer domain name registration and other  related products through godaddy.com.<br />
I have been offering domain name registration though my billing account and set it up manually though godaddy.com.<br />
This made me able to offer the service at a very low cost, however there was manual work involved and my hosting customers were not able to manage their domain accounts themselves.<br />
I decided to go this way, because I think godaddy offers great support and their software makes managing domain names easy and straightforward.<br />
Unforetunately, I can not offer lower prices this way for now, but I can offer free hosting when you purchase your domain name from DomainAlley.net.</p>
<p><strong>Here is the deal:</strong><br />
You buy one domain name from domainalley.net.<br />
I will give you 2 months of free hosting ( blog plan at tdothost.com )</p>
<p><strong>If you decide to buy a domain name, here is what you need to do:<br />
</strong>- Sign up to register a domain name at <a target="_blank" href="http://domainalley.net" title="value added domain name reseller">domainalley.net</a><br />
- Sign up at <a target="_blank" href="http://tdothost.com" title="reliable hosting provider">tdothost.com </a>for a blog plan hosting account.<br />
I will give you 2 months free hosting, which includes all the features that are pretty unique at tdothost.<br />
- Unlimited addon domains, subdomains, email accounts&#8230;<br />
- Email support through a ticket system.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2520&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/domainalleynet-a-new-domain-registration-provider/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Troubleshoot Your Domain Access and Web Page Loading Issues</title>
		<link>http://tdot-blog.com/web-hosting/how-to-troubleshoot-your-domain-access-and-web-page-loading-issues</link>
		<comments>http://tdot-blog.com/web-hosting/how-to-troubleshoot-your-domain-access-and-web-page-loading-issues#comments</comments>
		<pubDate>Tue, 19 Aug 2008 13:24:04 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/web-hosting/how-to-troubleshoot-your-domain-access-and-web-page-loading-issues</guid>
		<description><![CDATA[There may be times when you experience your web site is not loading or you just can not access your site from your browser for any reason.
I usually go through some steps to troubleshoot the issue.
I am assuming that you have an internet connection and you can access other sites. If you can not, then [...]]]></description>
			<content:encoded><![CDATA[<p>There may be times when you experience your web site is not loading or you just can not access your site from your browser for any reason.</p>
<p>I usually go through some steps to troubleshoot the issue.</p>
<p>I am assuming that you have an internet connection and you can access other sites. If you can not, then you need to check your internet connectivity first.</p>
<p>Your first step here is to open a command session and check ipconfig. Your DNS suffix, IP address, and related info will be returned to you. If you receive no data, then you might have an issue with your router setup or with your ISP.</p>
<p><strong>Check your access to the internet with ipconfig<br />
</strong></p>
<blockquote><p>Click Start, Run and type &#8220;command&#8221; in the input text field labeled Open.<br />
Click OK.<br />
At the prompt type: ipconfig<br />
Hit Enter on your keyboard</p></blockquote>
<p><strong>Make sure your domain DNS is configured properly with whois</strong></p>
<p>Check the domain name you are trying to troubleshoot with whois.<br />
Whois checks that the domain name is registered and will show you where the DNS domain name servers are pointing to. Domain name servers should be pointing to the correct hosting provider.</p>
<p>If you are just starting a new website, you might have to wait for some time till your domain propagates through in internet. It can generally take up to 72 hours for all the servers around the world to update any changes in your DNS.</p>
<p>Registrar sites like godaddy.com provide whois lookup when you enter a domain name for searching. Just go to the registrar where you registered you domain name and do a lookup check there.</p>
<p><strong>Try to access your site from a different locations</strong></p>
<p>Go to a proxy network (<a target="_blank" href="http://proxy.org" title="test your site access issues">proxy.org</a>). Pick a proxy site from a different country, and enter your URL there. This can be a good indication as to whether the your site is loading fine.</p>
<p><strong>Ping your site</strong></p>
<p>One of the most popular utilities that checks if your site is responding. Ping will attempt to contact your host server, and will tell you how long it takes to get a response.</p>
<p>To ping your site:</p>
<blockquote><p>Click Start, Run and type &#8220;command&#8221; in the imput text field labeled Open.<br />
Click OK.<br />
At the prompt type: ping yoursite.com (where yoursite.com is your actual domain).<br />
Hit Enter on your keyboard. The results will show 4 attempts to send a packet to your site. If your site is reachable, it will display a reply on each line and ping statistics at the end.</p></blockquote>
<p><strong>Traceroute your site</strong></p>
<p>Traceroute is another great utility that allows you to literally trace your connection to the host server.<br />
It traces the route from your computer through your ISP till it reaches your requested hosting provider server.<br />
It will also provide you the time it takes to reach each point needed for the connection from your local computer to you site&#8217;s server, and can give you a good indication, if there is any disruption along the way.</p>
<p>To traceroute your site:</p>
<blockquote><p>Click Start, Run and type &#8220;command&#8221;.<br />
Click OK.<br />
At the prompt type: tracert yoursite.com (where yoursite.com is your actual domain).<br />
Hit Enter on your keyboard.</p></blockquote>
<p>Alternatively you can go to Network tools (<a target="_blank" href="http://network-tools.com" title="troubleshoot domain access issues">http://network-tools.com</a>) and check whois, ping, and tracerount more conveniently from the browser.</p>
<p><strong>Spot check your site:</strong></p>
<p>One of my favorite tools to check if your site is loading properly from different parts of the world.<br />
I check with Alertra.com&#8217;s SpotCheck utility (<a target="_blank" href="http://www.alertra.com/spotcheck.php" title="troubleshoot domain access and loading issues">http://www.alertra.com/spotcheck.php</a>) which shows that the domain is loading fine from different parts of the world. It provides an easy way to check and gives your the time it takes to load as well.</p>
<p>If you know about any useful tool, let me know about it.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2511&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/how-to-troubleshoot-your-domain-access-and-web-page-loading-issues/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Addon Domains: cPanel&#8217;s Best Way to Save on Hosting</title>
		<link>http://tdot-blog.com/web-hosting/addon-domains-cpanels-best-way-to-save-on-hosting</link>
		<comments>http://tdot-blog.com/web-hosting/addon-domains-cpanels-best-way-to-save-on-hosting#comments</comments>
		<pubDate>Tue, 05 Aug 2008 11:35:39 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/web-hosting/addon-domains-cpanels-best-way-to-save-on-hosting</guid>
		<description><![CDATA[In cPanel, addon domains are top level domains (TLD) that you can add to your shared hosting account. Addon domains are by far the best way to save with hosting expenses. Using this cPanel feature can save you a lot, if you have multiple sites that you can host with one account. Instead of buying [...]]]></description>
			<content:encoded><![CDATA[<p>In cPanel, addon domains are top level domains (TLD) that you can add to your shared hosting account. Addon domains are by far the best way to save with hosting expenses. Using this cPanel feature can save you a lot, if you have multiple sites that you can host with one account. Instead of buying hosting for each domain, you can add all of the domains to just one account.<br />
Even if you host only one site and you are looking for a hosting provider, I recommend you check if they provide this feature, because most likely you might want to add sites to your original site in the future.</p>
<p>Usually hosting providers limit the number of addon domains you can use. At <a href="http://tdothost.com" title="unlimited addon domains provider" target="_blank">tdothost.com</a>, we allow unlimited number of addon domains.</p>
<p>Theoretically an addon domain is build as subdirectory of you current hosting main folder. To your visitors, your added site will appear as a seperate and independand website.</p>
<p>I think addon domains can be a perfect choice, if you have many mini sites and want to manage them with one cpanel account. Or you can just offer it to friends and family who are starting out and are not sure yet of what site they want to build.<br />
All your sites will share the same space and bandwidth. You will benefit from the savings of having multiple websites.</p>
<p>Here are the Pros and cons of addon domains the way I see it:</p>
<p><strong>Pros</strong></p>
<ul>
<li>Creating multiple independent addon sites with one shared hosting account.</li>
<li>Savings. The more the sites, the more the savings.</li>
<li> Easy manage you account with one cPanel account. No need for a userid and password for each site.</li>
<li>Seperate ftp account for each site.</li>
<li>If addon site is for someone else, he/she will not be able to use your cPanel account.</li>
</ul>
<p><strong>Cons</strong></p>
<ul>
<li>All your sites are sharing the same ip address, not so good for a linking strategy.</li>
<li>Space and Bandwidth is limited by your account limitation.</li>
<li>Only one cPanel account, will make it more difficult to track statistics. You can use Google webmaster tools to track statistics and make up.</li>
</ul>
<p><strong>How to addon a domain:</strong></p>
<p>First make sure that your hosting provider has the addon feature. Some allow 5 addons and some allow more. We are still one of the few that allow unlimited addon domains. This is limited only to the space that your main account has got.</p>
<p>Before you add a domain, make sure your new domain is registered and that you already have  configured it to point to your web site&#8217;s servers. In other words you set up the name servers given to you by the hosting provider.</p>
<p><strong>To add a domain to your web site:</strong></p>
<p>1. Log into cPanel.<br />
2. Click the Addon Domains icon. This will take you to the Addon Domain Maintenance form.<br />
<a href="http://tdot-blog.com/wp-content/uploads/2008/08/addondomains-icon.png" title="addondomains-icon.png"><img src="http://tdot-blog.com/wp-content/uploads/2008/08/addondomains-icon.thumbnail.png" alt="addondomains-icon.png" /></a><br />
3. Type your domain name without the http://www. in the ‘New Domain Name’ text box and press the tab key. When you press the tab key the ‘Username/directory/subdomain Name’ box will automatically be filled with the domain name.</p>
<p><img src="http://tdot-blog.com/wp-content/uploads/2008/08/addondomain.png" alt="addondomain.png" /></p>
<p>4. Change the ‘Username/directory/subdomain Name’ that was automatically filled out when you completed the previous step to the desired folder name. For example, if it is a long name, you can shorten it. I left mine here the same.</p>
<p>5. Click the Add Domain button.</p>
<p><strong>Note:</strong> When you add a domain, cPanel does a lot under the hood. cPanel will add the new domain as a subdomain and create the directory for it. It will get the nameserver info and create a DNS entry for the new domain&#8230;</p>
<p>Because of this, something might go wrong. Just contact your support at the hosting provider and they will help.</p>
<p>As always, you are welcome to post your questions and/or comments below.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2506&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/addon-domains-cpanels-best-way-to-save-on-hosting/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Famous Wordpress 5 Step, 5 Minute Install</title>
		<link>http://tdot-blog.com/web-hosting/famous-wordpress-5-step-5-minute-install</link>
		<comments>http://tdot-blog.com/web-hosting/famous-wordpress-5-step-5-minute-install#comments</comments>
		<pubDate>Tue, 08 Jul 2008 22:05:32 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/web-hosting/famous-wordpress-5-step-5-minute-install</guid>
		<description><![CDATA[If you want to have a secure WordPress installation, I urge you not to use any automated tool to install it. In this post, I will demonstrate how I install your WordPress blog without using  any FTP software and without using Fantastico.
This installation is simple, more secure, and will make your future upgrades a [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to have a secure WordPress installation, I urge you not to use any automated tool to install it. In this post, I will demonstrate how I install your WordPress blog without using  any FTP software and without using Fantastico.</p>
<p>This installation is simple, more secure, and will make your future upgrades a lot easier.</p>
<p>All you need is a hosting provider that offers cPanel to follow these steps.</p>
<p>Now, if you haven&#8217;t already installed WordPress, here are the five steps you can do right now to get your new WordPress blog  installed.</p>
<p>These 5 minutes Install are inspired from the <a href="http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install">wordpress site</a>, however I will show you here how I use it without FTP software and put some emphasis<em> </em>on better securing your install.</p>
<p>It takes me a little over 5 minutes, however it is time well spend and I recommend it over the 3 click install, that can cause you a lot of headache down the road.</p>
<p>So, here we are:</p>
<p>1. <strong>Download the latest WordPress package</strong>, if you haven&#8217;t already.</p>
<p>You can download the latest version from http://wordpress.org/download/ , however the zip file contains a top directory wordpress that you might not need when you deploy to your web hosting. In other words when you unzip the files under your domain, you will need to type something like http://yourdomain.com/wordpress to get to your blog. To avoid this, I created a zip file for WordPress that you can use.</p>
<p>Click <a href="http://tdot-blog.com/wp-content/uploads/2010/06/wp30.zip">here</a> to download it. This should be for version 3.0. (disclaimer: I did my best in creating this download for you and will accept no liability for it&#8217;s content or any consequences from using it)</p>
<p>2. <strong>Create a database for WordPress</strong> on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.</p>
<p>- Log into your cPanel account.</p>
<p>- From the main cPanel screen, click on MySQL databases icon.</p>
<p>This will take you to the MySQL Account Maintenance screen.</p>
<p>Under current databases, type the desired name of a database and then click on &#8220;Create Database&#8221; button.</p>
<p>You will get a confirmation screen that the database has been created.<br />
Click the &#8220;Go Back&#8221; link.</p>
<p>Under “Add Users To Your Database” section, from the drop-down pick the user<br />
and database that is configured to use your database.</p>
<p>3. <strong>Place the WordPress files</strong> in the desired location on your web server:</p>
<p>- If you want to integrate WordPress into the root of your domain (e.g. http://your-domain.com/), upload the zip file into the root directory of your web server. (www or public_html)</p>
<p>- If you want to have your WordPress installation in its own subdirectory on your web site (e.g. http://your-domain.com/blog/), navigate through cpanel&#8217;s File Manager to that directory and upload your zip file there.</p>
<p>- In File Manager highlight the zip file and on the right hand side click on extract file contents. All WordPress files will be extracted.</p>
<p>4. <strong>Rename the wp-config-sample.php file to wp-config.php </strong>and prepare file for database access.</p>
<p>- In cPanel highlight wp-config.php under the www folder. Click on rename and take the &#8220;-sample&#8221; section out and save.</p>
<p>- Edit the file and make sure you set the user id and database password the same you used in step 2.</p>
<p>- Make sure you also update the table prefix to a difficult name instead of &#8220;wp_&#8221; use a combination of letters and numbers e.g. &#8220;flower938_&#8221;.</p>
<p>5. <strong>Run the WordPress installation script</strong> by accessing wp-admin/install.php in your favorite web browser.</p>
<p>- If you installed WordPress in the root directory, you should visit: http://your-domain.com/wp-admin/install.php</p>
<p>- If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://your-domain.com/blog/wp-admin/install.php</p>
<p>Follow the online instructions. There should be 2 simple steps to follow. I like the improved main panel in WordPress 3.0, following 2 items to note:</p>
<p>1- You don&#8217;t have the user admin created automatically, you can change it from the installation screen. For better securing your site, pick any user name other than admin. This user will have Administrator role, no matter what name you choose.<br />
2- Type the password of your choice. Pre WordPress 3.0 always picked a password for you, and then asked you later to change it.</p>
<p><img class="alignleft size-full wp-image-3043" title="5-min-install-scrn" src="http://tdot-blog.com/wp-content/uploads/2008/07/5-min-install-scrn1.jpg" alt="5-min-install-scrn" width="485" height="458" /></p>
<p>That&#8217;s it! WordPress should now be installed and you have the peace of mind knowing that your installation is more secure than before.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2502&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/famous-wordpress-5-step-5-minute-install/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Simple Steps to Upload Your Files to the Web Without FTP software?</title>
		<link>http://tdot-blog.com/web-hosting/simple-steps-to-upload-your-files-to-the-web-without-ftp-software</link>
		<comments>http://tdot-blog.com/web-hosting/simple-steps-to-upload-your-files-to-the-web-without-ftp-software#comments</comments>
		<pubDate>Tue, 24 Jun 2008 11:01:56 +0000</pubDate>
		<dc:creator>SE</dc:creator>
				<category><![CDATA[Ask Your Host]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://tdot-blog.com/web-hosting/simple-steps-to-upload-your-files-to-the-web-without-ftp-software</guid>
		<description><![CDATA[I have been asked numerous times about FTP programs. What FTP software do you use? Which one do your recommend? Is there a good free FTP package?
Actually, I installed Hummingbird FTP for Windows, however I use it very rarely. I use it only, if I have to transfer large files or file archives that are [...]]]></description>
			<content:encoded><![CDATA[<p>I have been asked numerous times about FTP programs. What FTP software do you use? Which one do your recommend? Is there a good free FTP package?</p>
<p>Actually, I installed Hummingbird FTP for Windows, however I use it very rarely. I use it only, if I have to transfer large files or file archives that are greater than 100 MB in size.</p>
<p>With smaller size files, I always use cPanel to upload files, software, or any other file transfer need.</p>
<p>Here are the steps I use to upload files without using FTP programs:</p>
<p><span id="more-2466"></span></p>
<p>- Log into your cPanel account.<br />
- From the main screen, click on your File Manager icon.</p>
<p><a href="http://tdot-blog.com/web-hosting/simple-steps-to-upload-your-files-to-the-web-without-ftp-software/file-managerpng/" rel="attachment wp-att-2467" title="file-manager.png"><img src="http://tdot-blog.com/wp-content/uploads/2008/06/file-manager.png" alt="file-manager.png" /></a></p>
<p>- This will take you to a browser window showing files and folders similar to windows explorer.</p>
<p>- Double click on your &#8220;www&#8221; or &#8220;public_html&#8221; folder icon, not the folder name link. ( These 2 folders are linked to each other, they are basically the same).</p>
<p>Note: If you click on the name link &#8220;www&#8221;, you will see the folder properties in the upper right hand corner of the screen.</p>
<p><a href="http://tdot-blog.com/web-hosting/simple-steps-to-upload-your-files-to-the-web-without-ftp-software/www-folderpng/" rel="attachment wp-att-2468" title="www-folder.png"><img src="http://tdot-blog.com/wp-content/uploads/2008/06/www-folder.png" alt="www-folder.png" /></a></p>
<p>- After clicking on Upload file(s) link, cPanel will take you to the upload files screen.</p>
<p><a href="http://tdot-blog.com/wp-content/uploads/2008/06/uploadfiles.png" title="uploadfiles.png"><img src="http://tdot-blog.com/wp-content/uploads/2008/06/uploadfiles.png" alt="uploadfiles.png" /></a></p>
<p>Note: If you want to upload files to another folder, you need to double click on the icon the is corresponding to that folder.</p>
<p>If you want to override (replace) a file you can just click on the override check.<br />
Upload Files now by clicking on the browse button and choosing any file from the Windows dialog box.<br />
<a href="http://tdot-blog.com/web-hosting/simple-steps-to-upload-your-files-to-the-web-without-ftp-software/uploadscreenpng/" rel="attachment wp-att-2469" title="uploadscreen.png"><img src="http://tdot-blog.com/wp-content/uploads/2008/06/uploadscreen.png" alt="uploadscreen.png" /></a><br />
This screen allows you to upload 12 files. If however you want to upload a lot of files,  you can create an archive (.zip) file first and upload it. After uploading it, you can extract it&#8217;s contents.</p>
<p>I will cover this in my next post.</p>
<p>As always, if you have any questions, don&#8217;t hesitate to contact me.</p>
<p>Regards.</p>
<img src="http://tdot-blog.com/?ak_action=api_record_view&id=2466&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tdot-blog.com/web-hosting/simple-steps-to-upload-your-files-to-the-web-without-ftp-software/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
