<?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>Attackr.com &#187; Developer Portal for web designers, developers and programmers</title>
	<atom:link href="http://www.attackr.com/tag/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.attackr.com</link>
	<description>Come To Share, Come To Learn</description>
	<lastBuildDate>Tue, 20 Dec 2011 13:09:25 +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>Migrating from wordpress.com to wordpress.org or self-hosting</title>
		<link>http://www.attackr.com/migrating-from-wordpresscom-to-wordpressorg-or-self-hosting/</link>
		<comments>http://www.attackr.com/migrating-from-wordpresscom-to-wordpressorg-or-self-hosting/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 05:51:05 +0000</pubDate>
		<dc:creator>TechZ</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.attackr.com/migrating-from-wordpresscom-to-wordpressorg-or-self-hosting/</guid>
		<description><![CDATA[Recently I convinced my brother to move from a hosted WordPress.com blog that was doing rather well, to a self-hosted WordPress blog. After all, I had the hosting in place, web hosts offer so much nowadays that you can&#8217;t use more than a small percent of it. Not to mention he had a chance to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I convinced my brother to move from a hosted <a href="http://www.wordpress.com/">WordPress.com</a> blog that was doing rather well, to a self-hosted <a href="http://www.wordpress.org/">WordPress</a> blog. </p>
<p>After all, I had the hosting in place, web hosts offer so much nowadays that you can&#8217;t use more than a small percent of it. Not to mention he had a chance to make some real money off his own hard work.</p>
<p>It sounded rather simple in my mind:</p>
<ol>
<li>Buy domain</li>
<li>Setup said domain on my web host</li>
<li>Install WordPress on the new site</li>
<li>Configure settings</li>
<li>Themes, plug ins, etc</li>
<li>Export WordPress XML from WordPress.com blog</li>
<li>Import into the new setup</li>
</ol>
<p>Looking back, that was a rather nice fantasy. If only it was that easy, I&#8217;d not be posting this right now. <span id="more-116"></span></p>
<p>What happened in summary was this:</p>
<ol>
<li>Bought domain</li>
<li>Setup said domain on my web host</li>
<li>Installed WordPress on the new site</li>
<li>Configured settings</li>
<li>Themes, plug ins, etc</li>
<li>Exported WordPress XML from WordPress.com blog</li>
</ol>
<p>And then the <del>fun</del> nightmare started.</p>
<p>Let&#8217;s see what all issues cropped up as I intended to simply Import the XML file into the fresh install of WordPress on my host, keeping in mind, this is an XML generated by WordPress.com in their own special layout and destined for import into their own WordPress product, the only difference being its not hosted by them.</p>
<ul>
<li>Opened Import page within new WordPress Dashboard, Manage&#8211;&gt;Import&#8211;&gt;WordPress (there are a nice selection of Import choices)</li>
<li>My host seems to have configured the php.ini file on their end to max the upload file size to 2MB, whereas WordPress had generated a 4.7MB file for me to upload. Normally this file wouldn&#8217;t be so big, but the blog had many, many images that were uploaded to WordPress.com</li>
<li>That started my search on how to change the limit in PHP. I ended up contacting my host and starting a thread on WordPress.org&#8217;s support forum. After much back and forth and a lot of reading on my own, I had worked out I needed a script to fetch the web hosts php.ini file, make changes to it via that script and write it to my /home/ directory. In my case I&#8217;d need to only do this once as all I wanted was a temporary increase in the upload limit, whereas those wanting that limit to remain would need to create a cron job running the script daily, so as to keep abreast of any changes made to the web hosts php.ini file pre-adding their own changes.</li>
<li>With that done, I was finally able to upload the XML file into the new WordPress installation&#8230;yay! <strong>NOT</strong>.</li>
<li>This is where it got really bad, because the file was so large, after uploading the file it would import all the posts, comments, pages, etc into the new setup, and this was done in real time displaying the details on the web page, coincidentally if a php process takes more than 30seconds, my web hosts php.ini file says that it should kill the process, ding&#8230;Houtson we have a problem!</li>
<li>So I go back, remake my new php.ini file to make sure the time limit is raised to a decent 300seconds and re-do the upload/import process. By now I have 5% of the posts and pages in the blog and it&#8217;s looking a right mess. That&#8217;s ok really, because after about half a dozen tries, and the import process not stopping half-way it finally reached the end. Breathe.</li>
<li>What WordPress decides to do is tag every image that was ever uploaded into the WordPress.com blog (Note: The images would have to be moved over manually&#8230;more work, eh) was tagged with an ID and placed in the Manage&#8211;&gt;Upload section (<a href="http://img249.imageshack.us/img249/7010/untitled1uk6.jpg">pic</a>). It also decides to link to the now non-existent image files all on its own (<a href="http://img339.imageshack.us/img339/1828/untitled2tj4.jpg">pic</a>).</li>
<li>Not content having to re-upload every image from the WordPress.com blog over to the new host, editing every page and post for image links, we now had a huge amount of &#8216;dead&#8217; files under the Upload section, which as I said, didn&#8217;t exist. I also think this is why the exported XML file was so big to begin with.</li>
</ul>
<p>After much debate, we&#8217;ve decided to either ask the kind people at WordPress.com to delete all the images off the original blog and thus save us the hassle of exporting it incorrectly.</p>
<p>Either that or follow <a href="http://wordpress.org/support/topic/132847">a very good</a> idea by muhtar on WordPress.org&#8217;s support forum, where his suggestion is simple, yet ingenious.<br />
Run a php/db server on your home machine, easy and free. </p>
<ol>
<li>Import the XML file into a fresh WordPress install (again on the home machine acting like a server, running Windows XP if you like), this is way better than to a hosted server, because at home its all instant and no lag to a far off server.</li>
<li>Export it to a common format, i.e. SQL and import it into your self-hosted WordPress install (the new domain).</li>
</ol>
<p>OK, so it&#8217;s not easy&#8230;but way less error-prone and hair-pulling this way. I guess many have had no issues, the moral here is, don&#8217;t assume it&#8217;s gonna be so easy to move over.</p>
<p>Better yet, make a good <a href="http://www.attackr.com/hosting-your-own-blog-versus-wordpess-com/">choice</a> to begin with <img src='http://www.attackr.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Originally posted at <a href="http://www.techzonline.net/">techzonline.net</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/wordpress-25-shortcodes/' title='WordPress 2.5 Shortcodes'>WordPress 2.5 Shortcodes</a></li>
<li><a href='http://www.attackr.com/wordpress-tip-disable-visual-editor/' title='WordPress Tip-Disable Visual Editor'>WordPress Tip-Disable Visual Editor</a></li>
<li><a href='http://www.attackr.com/simple-guide-to-monetizing-your-blog/' title='Simple Guide to Monetizing your Blog'>Simple Guide to Monetizing your Blog</a></li>
<li><a href='http://www.attackr.com/wordpress-25-first-impressions/' title='WordPress 2.5: First Impressions'>WordPress 2.5: First Impressions</a></li>
<li><a href='http://www.attackr.com/fine-tune-your-flash-drive/' title='Fine-Tune Your Flash Drive'>Fine-Tune Your Flash Drive</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/migrating-from-wordpresscom-to-wordpressorg-or-self-hosting/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Free Web Hosting</title>
		<link>http://www.attackr.com/free-web-hosting/</link>
		<comments>http://www.attackr.com/free-web-hosting/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 16:07:35 +0000</pubDate>
		<dc:creator>kirby145</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.attackr.com/free-web-hosting/</guid>
		<description><![CDATA[If you are new to the world of web design, you may be wondering, &#8220;How can I get my site on the internet?&#8221; The answer is servers. Web servers are what make up the internet, because data is sent through many of them like a web. So, you will need to put your files on [...]]]></description>
			<content:encoded><![CDATA[<p>If you are new to the world of web design, you may be wondering, &#8220;How can I get my site on the internet?&#8221; The answer is servers. Web servers are what make up the internet, because data is sent through many of them like a web. So, you will need to put your files on a server to get them running.</p>
<p>Most people would start in one method: free web hosting. It is an alternative to paid hosting that may seem less friendly or unreliable. Free web hosting has grown immensely within the past 10 years. Some free hosting companies do it for money, while others may host for a hobby. Whatever the reason, you should know a little about free hosts.</p>
<p>Free hosts are free-sometimes. Many free hosts force ads, linkbacks, popups, or other content on user sites. Some people are ok with this, but most people lose a proffessional image when using these. So some hosts came up with another possiblity- posting for hosting. This is where a user is active in the host forum community to be granted free hosting. Reasons behind this may include the profit from ads or the need for an active website.</p>
<p>The greatest free hosts are those that don&#8217;t require anything. These are known usually as small community hosts because what they offer is absolutely free, and it is a small host. It is recommended you use one of these for more proffessional websites.</p>
<p>If you use a free host, you should be thankful. Servers cost a lot of money to maintain. It is good to have a community where the owner talks to the users. Community is a great part of free hosts.</p>
<p>If you want to find the best host for you, it is recommended you go to <a href="http://www.freewebspace.net/forums/">FreeWebspace forums</a>, because it is one of the most highly accessed areas for free hosting requests and offers.</p>
<p>So if you are interested in a free host, get out there and start looking, and get yourself on the web today.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/migrating-from-wordpresscom-to-wordpressorg-or-self-hosting/' title='Migrating from wordpress.com to wordpress.org or self-hosting'>Migrating from wordpress.com to wordpress.org or self-hosting</a></li>
<li><a href='http://www.attackr.com/hosting-your-own-blog-versus-wordpess-com/' title='Hosting your own blog versus wordpress.com'>Hosting your own blog versus wordpress.com</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/free-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting your own blog versus wordpress.com</title>
		<link>http://www.attackr.com/hosting-your-own-blog-versus-wordpess-com/</link>
		<comments>http://www.attackr.com/hosting-your-own-blog-versus-wordpess-com/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 06:37:16 +0000</pubDate>
		<dc:creator>TechZ</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.attackr.com/hosting-your-own-blog-versus-wordpess-com/</guid>
		<description><![CDATA[It&#8217;s an old question, argued over countless number of times, with everyone having their own opinion. Similarly I have mine, which I will now give you. Let&#8217;s take a look at our options here: Use WordPress.com as your blog host This is thehe first time bloggers choice, to just open a WordPress.com account and start [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s an old question, argued over countless number of times, with everyone having their own opinion. Similarly I have mine, which I will now give you. <em>Let&#8217;s take a look at our options here:</em></p>
<p><ins>Use WordPress.com as your blog host</ins></p>
<p>This is thehe first time bloggers choice, to just open a WordPress.com account and start blogging, but although it may be easy to start with, later on if you decide to move, it can be quite a problem for you.</p>
<p><span id="more-40"></span></p>
<p>LINK: <a href="http://www.wordpress.com/">http://www.wordpress.com/</a></p>
<p>Some of the <strong>advantages</strong>:</p>
<ol>
<li>Access to pre-installed themes, plugins, statistics counters that are both checked &amp; working</li>
<li>Always updated to keep up with any changes in the wordpress software</li>
<li>Free for all users</li>
<li>Full time support for the servers &amp; wordpress account</li>
<li>No coding language skills required, even the most non-tech savvy person can start a blog on wordpress.com</li>
<li>Quick to setup, within a matter of minutes</li>
</ol>
<p><strong>Disadvantages:</strong></p>
<ol>
<li>Cannot edit CSS, until the recent addition of PAID editing</li>
<li>Lack of plugin addition to the site</li>
<li>Limited to what wordpress.com offers you in terms of free services</li>
<li>The limited choice of themes/layouts</li>
<li>When moving to a hosted account from wordpress.com, you will take a huge hit in terms of Google ranking &amp; SEO due to the change of domain names.</li>
<li>You are totally dependant on wordpress.com to keep your account active and hosted, which isn&#8217;t such a bad thing, but again, out of your control</li>
<li>You must use a <ins>user.wordpress.com</ins> subdomain for your blog address. Domain Mapping may change this, but will be a paid service</li>
</ol>
<p><ins>Install WordPress on your hosting account</ins></p>
<p>This is the more complicated &amp; costly but ultimately more controllable choice. Advanced users or those who know what they are getting into with a plan and/or a project in mind would be at home here. It&#8217;s also recommended over the WordPress.com method as hosting and domain registration are today in the reach of most people with the abundance of offers for the same.</p>
<p>LINK: <a href="http://www.wordpress.org/">http://www.wordpress.org/</a></p>
<p>Here are some of the <strong>advantages</strong>:</p>
<ol>
<li>By being involved in your blog, with the back-end code of php, there is greater opportunity for learning</li>
<li>Expand beyond just having a blog when you own &amp; operate your own domain, you can add gallerys, forums and other avenues to your site</li>
<li>Hosting your own blog can be more personalized in terms of choosing a domain name, that can even further enchance your SEO oppurtunities</li>
<li>Infinite possibilities with the blog in terms of themes, layout, code, plugins, etc</li>
<li>The chances for SEO &amp; ultimately ad-revenue generation is alot easier when you have 100% control of your blog</li>
<li>The entire revenue generated is yours to keep</li>
<li>There are no limits when you have your WordPress blog hosted</li>
<li>Total control over how your site looks, by way of being able to edit the CSS &amp; PHP files</li>
<li>You can move hosts if you wish to expand and get more resources</li>
<li>Your choice of plugins to install &amp; utilize</li>
</ol>
<p>There are ofcourse <strong>disadvantages</strong>:</p>
<ol>
<li>By having your own domain, you have to pay, for both hosting &amp; domain registration</li>
<li>By hosting your own account you are faced with the eventuality of having alot of traffic to your site, and being required to move to a higher cost package of hosting. This alternatively can be a good thing as it means the blog can be a very good candidate for ad-hosting via programs like <a href="http://www.attackr.com/make-money-with-your-website/">Google Adsense</a></li>
<li>Everything about the account, from security to modifying the website, is your responsibility</li>
<li>If you intend to make money off the blog, you have to take into account the costs of maintaining the website</li>
<li>Users need some understanding of php and databases in order to get started and progress with their own blog</li>
<li>You don&#8217;t get a highly skilled &amp; dedicated team of people at the back of your blog, ensuring that it&#8217;s updated for you and includes fully functional working &amp; valid back-end code</li>
<li>You need to find quality web hosts so you don&#8217;t suffer downtime and eventually put off readers from visiting your blog</li>
<li>You will occasionally have to deal with unwanted limits, and bad support which can hurt your blog and stunt your blogs growth</li>
</ol>
<p>There&#8217;s a third choice, by way of more flexible &amp; similar WordPress.com hosting sites, one of them being <a href="http://www.daria.be/">daria.be</a>.</p>
<p><em>*For the purpose of this article I have taken for granted the user is working with <a href="http://www.wordpress.org/">WordPress</a> as the chosen CMS*</em><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/migrating-from-wordpresscom-to-wordpressorg-or-self-hosting/' title='Migrating from wordpress.com to wordpress.org or self-hosting'>Migrating from wordpress.com to wordpress.org or self-hosting</a></li>
<li><a href='http://www.attackr.com/blogging-and-commenting/' title='Blogging and Commenting'>Blogging and Commenting</a></li>
<li><a href='http://www.attackr.com/moving-your-wordpress-site/' title='Moving your WordPress site'>Moving your WordPress site</a></li>
<li><a href='http://www.attackr.com/be-a-different-blogger-on-your-blog/' title='Be a different Blogger, on your Blog'>Be a different Blogger, on your Blog</a></li>
<li><a href='http://www.attackr.com/backup-your-wordpress-database/' title='Backup Your WordPress Database'>Backup Your WordPress Database</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/hosting-your-own-blog-versus-wordpess-com/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
