<?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>WarMarks Blog</title>
	<atom:link href="http://www.warmarks.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warmarks.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 07 Jun 2010 02:24:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Redirect to Different Page for Different Refferer Sites</title>
		<link>http://www.warmarks.com/blog/redirect-to-different-page-for-different-refferer-sites/</link>
		<comments>http://www.warmarks.com/blog/redirect-to-different-page-for-different-refferer-sites/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 02:22:18 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[PHP Code]]></category>

		<guid isPermaLink="false">http://www.warmarks.com/blog/?p=28</guid>
		<description><![CDATA[Hi, A friend asked this: if there&#8217;s a simple way to redirect certain users to a different page with some javascript or php or something else easy to implement.What I&#8217;d like to do is the following: Let&#8217;s say my site is mysite.com. If the user comes to mysite.com from MyFriendsSite.com, I&#8217;d like to redirect him [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>A friend asked this:</p>
<blockquote><p>if there&#8217;s a simple way to redirect certain users to  a different page with some javascript or php or something else easy to  implement.<strong>What I&#8217;d like to do is the following:</strong></p>
<p>Let&#8217;s say my site is mysite.com. If the user comes to mysite.com from MyFriendsSite.com, I&#8217;d like to  redirect him to mysite.com/myfriend.html. If the user comes to mysite from Google or anywhere else, I&#8217;d like him  to remain on the mysite.com homepage.</p></blockquote>
<h2><strong>Here is the code you needed in PHP to get this done:</strong></h2>
<blockquote><p>&lt;?php $referrer = $_SERVER['HTTP_REFERER'];<br />
if (preg_match(&#8220;/YourFriendSite.com/&#8221;,$referrer)) {<br />
header(&#8216;Location: http://www.yourdomain.com/special.html&#8217;);<br />
} else {</p>
<p>header(&#8216;Location: http://www.yourdomain.com/homepage.html&#8217;);</p>
<p>}</p>
<p>?&gt;</p></blockquote>
<p>It can be done in PHP, put this code at the top most of the index page.<br />
Nothing should be placed before this code on the top of the page otherwise<br />
it will give you error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warmarks.com/blog/redirect-to-different-page-for-different-refferer-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress SEO &#8211; Top 3 Must Things To Do Today</title>
		<link>http://www.warmarks.com/blog/wordpress-seo-top-3-must-things-to-do-today/</link>
		<comments>http://www.warmarks.com/blog/wordpress-seo-top-3-must-things-to-do-today/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 05:43:00 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[Wordpress Blog]]></category>
		<category><![CDATA[Wordpress SEO]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[ALL-in-ONE SEO]]></category>
		<category><![CDATA[SEF URL]]></category>
		<category><![CDATA[SEO Plugin]]></category>
		<category><![CDATA[SEO Title]]></category>

		<guid isPermaLink="false">http://www.warmarks.com/blog/wordpress-seo-top-3-must-things-to-do-today/</guid>
		<description><![CDATA[WordPress is already awesome when it comes to SEO, even Matt Cuts of Google admit this at his official blog. You have already taken right step of choosing WordPress as your blog or site back-end. However there are few critical SEO steps you must take to really make it command the best possible ranking in [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is already awesome when it comes to SEO, even Matt Cuts of Google admit this at his official blog. You have already taken right step of choosing WordPress as your blog or site back-end. However there are few critical SEO steps you must take to really make it command the best possible ranking in search Engines. </p>
<p>Following are top 3 suggestions you can take today to enhance SEO of your WordPress powered site and blog: </p>
<p><strong>1. Search Engine Friendly URLs</strong> – You do this today and see the difference, SEF URLs have benefit of both worlds, users love this easy to understand links and Search Engines rank them for those keywords. What you would prefer? somesite/?page_id=34 or somesite/my-page! Same goes with other users and search engines. </p>
<p>They will thank you and reward you for having keyword rich, short easy to understand URLs, Links of your website. This step really affects your WordPress site’s SEO, so do not skip this but do this today. </p>
<p>To turn ON SEF URLs, go to&#160; your WordPress Admin panel, <u><em>Click on Settings, then click on Permalink Settings, choose the last option called: Custom Structure</em></u> and then put this into the box: /%postname%/ and click SAVE Changes. You are done! For any troubleshooting or fully explained screenshots look for the page at the bottom of this article. </p>
<p><a href="http://www.warmarks.com/blog/wp-content/uploads/2010/04/SEFSEOPermalinkURLWordPress.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SEF-SEO-Permalink-URL-WordPress" border="0" alt="SEF-SEO-Permalink-URL-WordPress" src="http://www.warmarks.com/blog/wp-content/uploads/2010/04/SEFSEOPermalinkURLWordPress_thumb.jpg" width="496" height="484" /></a> </p>
<p><strong>2. All-in-SEO Plugin</strong> &#8211; Thanks to WordPress plugin developer we have this awesome plugin to make our life easier. Before the days of this plugin was not born, one has to go to dirty html and edit the theme files to make them more search engine friendly. </p>
<p>Install this plugin and most of the SEO stuff will be taken care of this easy to use , best WordPress SEO plugin. <em><u> To install this plugin is just same as you do install any other plugin. </u></em></p>
<p><strong>3. Optimize Your Home Page Title</strong> – This is to most important area in SEO, do not let any useless keyword use this most important space at your website for SEO. I suggest you have short, keyword rich , title which correctly targets the main keyword phrase in your market. </p>
<p>For example if you have a blog about Dog Food Recipes: Instead of having blog title: “Joe’s Love for Dogs’ , make it like “Dog Food Recipes by Joe”. To update your main blog title in WordPress: <u><em>Click ‘Settings’ and then ‘General’ and&#160; here you update ‘Blog Title’. </em></u></p>
<p><a href="http://www.warmarks.com/blog/wp-content/uploads/2010/04/BlogtitleSettings.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Blog-title-Settings" border="0" alt="Blog-title-Settings" src="http://www.warmarks.com/blog/wp-content/uploads/2010/04/BlogtitleSettings_thumb.jpg" width="644" height="482" /></a> </p>
<p>So you learned today top three SEO steps you can do to really take your WordPress blog’s SEO to next level. This whole exercise will take about 10 minutes of your time. So I suggest you do this today for your at least main blog so you really see the difference in SEO ranking in coming days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warmarks.com/blog/wordpress-seo-top-3-must-things-to-do-today/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows 7 Multiple Network Internet Problem</title>
		<link>http://www.warmarks.com/blog/windows-7-multiple-network-internet-problem/</link>
		<comments>http://www.warmarks.com/blog/windows-7-multiple-network-internet-problem/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 17:37:16 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[Internet Connectivity]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[multiple networks]]></category>
		<category><![CDATA[window7 internet connection error]]></category>

		<guid isPermaLink="false">http://www.warmarks.com/blog/windows-7-multiple-network-internet-problem/</guid>
		<description><![CDATA[We experienced this crazy problem here at Window7 Powered machine, every time our computer will start, it will recognize Two Networks, one Public Network and other Unidentified Network. And there would be no Internet Access until I Disable the Network Adaptor, and Re-enable it. Just today I found the solution to this problem which I [...]]]></description>
			<content:encoded><![CDATA[<p>We experienced this crazy problem here at Window7 Powered machine, every time our computer will start, it will recognize Two Networks, one Public Network and other Unidentified Network.</p>
<p>And there would be no Internet Access until I Disable the Network Adaptor, and Re-enable it. Just today I found the solution to this problem which I tried and it really worked for me.</p>
<p><strong>Solution to this Multiple Network Problem:</strong></p>
<p>In your Start-Menu search: CMD… and then right click on CMD and click <strong>RUN As Administrator</strong>, then run these commands:</p>
<p>Reset WINSOCK entries to installation defaults:<strong> netsh winsock reset catalog</strong> </p>
<p>Reset IPv4 TCP/IP stack to installation defaults. <strong>netsh int ipv4 reset reset.log</strong> </p>
<p>Reset IPv6 TCP/IP stack to installation defaults. <strong>netsh int ipv6 reset reset.log</strong> </p>
<p>Restart Your Computer and see problem is gone! <img src='http://www.warmarks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.warmarks.com/blog/windows-7-multiple-network-internet-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Security &amp; Backup Solution</title>
		<link>http://www.warmarks.com/blog/wordpress-security-backup-solution/</link>
		<comments>http://www.warmarks.com/blog/wordpress-security-backup-solution/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 07:06:53 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[Security & Backup]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Wordpress Blog]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[vaultpress]]></category>
		<category><![CDATA[wordpress backup]]></category>
		<category><![CDATA[wordpress security]]></category>

		<guid isPermaLink="false">http://www.warmarks.com/blog/wordpress-security-backup-solution/</guid>
		<description><![CDATA[WordPress is awesome to use as blog platform, almost everyone likes it and blogs using it. However the biggest problem any wordpress user face is the security and hacking attempts to destroy the blog. WordPress community have some plugins to tighten the security of a blog and also backup the wordpress for easy restoring in [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is awesome to use as blog platform, almost everyone likes it and blogs using it. However the biggest problem any wordpress user face is the security and hacking attempts to destroy the blog.</p>
<p>WordPress community have some plugins to tighten the security of a blog and also backup the wordpress for easy restoring in case of any damage. But there is news from WordPress core developers that they have launched a service, still in beta, and not open for public yet called: <strong><font color="#008000"><a href="http://blog.vaultpress.com/2010/03/30/announcing/" target="_blank">VaultPress</a></font></strong></p>
<blockquote><p>The vision of <a href="http://vaultpress.com/">VaultPress</a> is to ensure that blogs and sites under its care are always completely secure, regardless of what happens. Today, this means every bit of content will be safe, from plugins and themes to the smallest comment or post revision, with WordPress-aware, real-time, multi-cloud backups. This is some of the most advanced technology I’ve seen interact with WordPress.</p>
<p>In the future, if your site is tampered with in any way, we’ll know within minutes and can take appropriate steps. The VaultPress core engine will be able to protect you against zero-day security vulnerabilities by updating your blog with hot-fixes, even while you sleep.</p>
<p><em>Source: VaultPress Blog.</em></p>
</blockquote>
<p>This is a big promise! If delivered as promised this will really bring peace to the bloggers life. Let’s see how it goes in coming weeks. Service is still in beta, and will be soon open for the public. It will be a paid service on monthly payment plan, estimated price they list at invitation page is $25 a month.</p>
<p>Happy Blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warmarks.com/blog/wordpress-security-backup-solution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wamp Server Error in Windows 7</title>
		<link>http://www.warmarks.com/blog/wamp-server-error-in-windows-7/</link>
		<comments>http://www.warmarks.com/blog/wamp-server-error-in-windows-7/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 16:48:39 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[Troublshooting]]></category>
		<category><![CDATA[Wamp Server]]></category>

		<guid isPermaLink="false">http://www.warmarks.com/blog/?p=17</guid>
		<description><![CDATA[We love Wampserver and use it heavily for development on our local machine. Just today I observed this problem that I cannot execute anything at Localhost. As it was working fine before, I knew I just installed Skype yesterday so this helped me found the problem. Here is the solution: Open Skype &#62; Tools &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>We love Wampserver and use it heavily for development on our local machine. Just today I observed this problem that I cannot execute anything at Localhost.</p>
<p>As it was working fine before, I knew I just installed Skype yesterday so this helped me found the problem.</p>
<p><strong>Here is the solution: <em>Open Skype &gt; Tools &gt; Options &gt; Advanced Settings &gt; Connection</em></strong></p>
<p><strong> Then Uncheck:</strong> <em>User Port 80 and 443 as alternatives for incoming connections</em>.</p>
<p>Now restart Skype and Restart Wampserver and Problem is gone!</p>
<p>Enjoy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warmarks.com/blog/wamp-server-error-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Niche Custom WordPress Blogs</title>
		<link>http://www.warmarks.com/blog/niche-custom-wordpress-blogs/</link>
		<comments>http://www.warmarks.com/blog/niche-custom-wordpress-blogs/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 19:48:40 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[Custom Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://www.warmarks.com/blog/?p=14</guid>
		<description><![CDATA[We have built many clients their Niche Custom WordPress Blogs, and We are going to create a service around it with general guidelines for new clients so it will be an easy process for them to understand what we can deliver and what can be achieved with this service. Time has come to help you [...]]]></description>
			<content:encoded><![CDATA[<p>We have built many clients their Niche Custom WordPress Blogs, and We  are going to create a service around it with general guidelines for new  clients so it will be an easy process for them to understand what we can deliver and what can be achieved with this service.</p>
<p>Time has come to help you materialize your ideas and Niche with Hot custom made , SEO optimized WordPress Niche Blog for your business.</p>
<p>Stay tuned for more in this regards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warmarks.com/blog/niche-custom-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great News We are Open Again</title>
		<link>http://www.warmarks.com/blog/great-news-we-are-open-again/</link>
		<comments>http://www.warmarks.com/blog/great-news-we-are-open-again/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 19:46:35 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[WarMarks]]></category>

		<guid isPermaLink="false">http://www.warmarks.com/blog/?p=12</guid>
		<description><![CDATA[Great News, that we have decided to be open-ended and take new clients as we have streamlined our work and resources to manage the more workload. So in coming days we welcome more and more new clients. Welcome to WarMarks 2.0 Regards, Mohsin]]></description>
			<content:encoded><![CDATA[<p>Great News, that we have decided to be open-ended and take new clients as we have streamlined our work and resources to manage the more workload. So in coming days we welcome more and more new clients.</p>
<p>Welcome to WarMarks 2.0 <img src='http://www.warmarks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,</p>
<p>Mohsin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warmarks.com/blog/great-news-we-are-open-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thank You Akismet to Help Fight Spam</title>
		<link>http://www.warmarks.com/blog/thank-akismet-help-fight-spam/</link>
		<comments>http://www.warmarks.com/blog/thank-akismet-help-fight-spam/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 09:59:58 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[Wordpress Blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.warmarks.com/blog/?p=9</guid>
		<description><![CDATA[I just visited an unintended blog of mine which is also powered with WordPress and using Akismet Plugin to eat the comment spam daily. It was shocking to even imagine myself moderating 900 comments a day for that blog, thanks to Akismet 93% spam is already being caught by it. And I have to take [...]]]></description>
			<content:encoded><![CDATA[<p>I just visited an unintended blog of mine which is also powered with WordPress and using Akismet Plugin to eat the comment spam daily.</p>
<p>It was shocking to even imagine myself moderating 900 comments a day for that blog, thanks to Akismet 93% spam is already being caught by it. And I have to take care only few comments a week.</p>
<p>Thank you Akismet for making our lives easy.</p>
<p>Mohsin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warmarks.com/blog/thank-akismet-help-fight-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transferring WP Blog to New Location With all URLs Intact</title>
		<link>http://www.warmarks.com/blog/transferring-wp-blog-to-new-location-with-all-urls-intact/</link>
		<comments>http://www.warmarks.com/blog/transferring-wp-blog-to-new-location-with-all-urls-intact/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 09:27:30 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[HTACCESS File]]></category>
		<category><![CDATA[Troublshooting]]></category>
		<category><![CDATA[Wordpress Blog]]></category>

		<guid isPermaLink="false">http://www.warmarks.com/blog/transferring-wp-blog-to-new-location-with-all-urls-intact/</guid>
		<description><![CDATA[I just discovered my years old blog at my website www.AcmeAims.com which I plan to use for Self Development and Motivational Stuff when I will be free from my business projects. There I had a blog about Website traffic which i decided to transfer to www.FreeInstantTraffic.com/blog . I wanted to preserve all URLS to posts [...]]]></description>
			<content:encoded><![CDATA[<p>I just discovered my years old blog at my website <a href="http://www.AcmeAims.com">www.AcmeAims.com</a> which I plan to use for Self Development and Motivational Stuff when I will be free from my business projects.</p>
<p>There I had a blog about Website traffic which i decided to transfer to <a href="http://www.FreeInstantTraffic.com/blog">www.FreeInstantTraffic.com/blog</a> . I wanted to preserve all URLS to posts intact as old blog was indexed in Google and other search engines deep and many users were coming there.</p>
<p>Using the built in function of Import and Export of WordPress i imported all content to new blog. But I was concerned about the URLs structure as I want the incoming users from SEs to go directly to right post without error.</p>
<p>The htaccess file did the magic. I just added one line at my previous blog&#8217;s .htaccess file and I am done. Everything was taken care by .htaccess file and every old link is pointing to right link to new blog. For example this was post old blog: <a title="http://www.acmeaims.com/website-traffic/seo-wordpress-and-keywords-in-url.html" href="http://www.acmeaims.com/website-traffic/seo-wordpress-and-keywords-in-url.html">http://www.acmeaims.com/website-traffic/seo-wordpress-and-keywords-in-url.html</a> … You see this redirect to new Blog&#8217;s correct post flawlessly.</p>
<p>Ok how you can implement this too with your old blog&#8217;s .htaccess file:</p>
<p>Open you .htaccess file and implement this line of code as shown:</p>
<blockquote><p><strong># BEGIN WordPress       <br />&lt;IfModule mod_rewrite.c&gt;        <br />RewriteEngine On        <br />RewriteBase /website-traffic/        <br />RewriteCond %{REQUEST_FILENAME} !-f        <br />RewriteCond %{REQUEST_FILENAME} !-d        <br />RewriteRule . /website-traffic/index.php [L]        <br /></strong><font color="#ff0000">Redirect 301 /website-traffic/ </font><font color="#ff0000">http://freeinstanttraffic.com/blog/</font>      <br /><strong>&lt;/IfModule&gt;</strong> </p>
<p><strong># END WordPress</strong></p>
</blockquote>
<p>In above .htaccess file the RED line was added.. where as /website-traffic/ is folder in old domain and <a href="http://www.freeinstanttraffic.com/blog">http://www.freeinstanttraffic.com/blog</a> is link to new blog.</p>
<p>If your previous blog was at root domain.. it could have been like this:</p>
<p> <strong><font color="#ff0000">Redirect 301 / </font><font color="#ff0000">http://www.freeinstanttraffic.com/blog/</font>    <br /></strong>
<p><strong>Note:</strong> I had to set the same Permalink structure for new blog as it was for previous to make this work right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warmarks.com/blog/transferring-wp-blog-to-new-location-with-all-urls-intact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One.com Hosting MX Entry for Google Apps</title>
		<link>http://www.warmarks.com/blog/one-com-hosting-mx-entry-for-google-apps/</link>
		<comments>http://www.warmarks.com/blog/one-com-hosting-mx-entry-for-google-apps/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 12:21:40 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Troublshooting]]></category>

		<guid isPermaLink="false">http://www.warmarks.com/blog/one-com-hosting-mx-entry-for-google-apps/</guid>
		<description><![CDATA[Recently we had to setup the Google Apps (Google Mail) for a client with One.com hosting company. Everything was same but MX entry for Mail DNS server was not as advised by Google or as per other hosts. It is always suggested to add .(period) in the end of host entry like: aspmx.l.google.com. Notice the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we had to setup the <strong>Google Apps</strong> (Google Mail) for a client with <strong>One.com hosting</strong> company. Everything was same but <strong>MX entry</strong> for <u><em>Mail DNS server</em></u> was not as advised by Google or as per other hosts.</p>
<p>It is always suggested to add .(period) in the end of host entry like: <strong>aspmx.l.google.com. </strong>Notice the &quot;. &quot; in the end of the above host address but ONE.com hosting will not accept it, they will simply empty the records and will not show any error or whatsoever.</p>
<p>So for ONE.com hosting clients it is recommended to <strong>use Host names without PERIOD at the end</strong> so that your entries will look like this:</p>
<p><a href="http://www.warmarks.com/blog/wp-content/uploads/2009/10/googleapps.jpg"><img title="Google Apps MX entry settings at ONE.com Hosting" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="158" alt="Google Apps MX entry settings at ONE.com Hosting" src="http://www.warmarks.com/blog/wp-content/uploads/2009/10/googleapps_thumb.jpg" width="475" border="0" /></a></p>
<p>Notice there are no PERIODS at the end of Server entries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warmarks.com/blog/one-com-hosting-mx-entry-for-google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
