<?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>Unix Sysadmin &#187; webhosting</title>
	<atom:link href="http://www.sysadmindayph.com/blog/tag/webhosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sysadmindayph.com/blog</link>
	<description>SysAdmin Blog, TechTips and Reviews</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:36:08 +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>301 Redirects &#124; .htaccess Redirects</title>
		<link>http://www.sysadmindayph.com/blog/301-redirects-htaccess/</link>
		<comments>http://www.sysadmindayph.com/blog/301-redirects-htaccess/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 07:45:18 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[shared web host]]></category>
		<category><![CDATA[web site]]></category>
		<category><![CDATA[webhosting]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=96</guid>
		<description><![CDATA[301 .htaccess redirect is the safest search engine redirect there is! This is also the friendliest method for web page redirection. Most web hosting company and web master out there will definitely recommend this method of web page redirection. The code &#8220;301&#8243; is interpreted as &#8220;moved permanently&#8221;. For websites hosted in either dedicated server or &#8230; <a href="http://www.sysadmindayph.com/blog/301-redirects-htaccess/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left; border: 2px solid black; margin-left: 10px; margin-right: 10px;" src="http://www.bestrank.com/blog/wp-content/uploads/2008/02/301redirect.gif" alt="301 redirect" width="240" height="267" /></p>
<p><strong>301 .htaccess redirect</strong> is the safest search engine redirect there is! This is also the friendliest method for <a href="http://www.sysadmindayph.com/blog/301-redirects-htaccess">web page redirection</a>. Most web hosting company and web master out there will definitely recommend this method of web page redirection. The code &#8220;301&#8243; is interpreted as &#8220;moved permanently&#8221;.</p>
<p>For websites hosted in either dedicated server or a <a href="http://www.sysadmindayph.com/blog/shared-web-hosting/">shared web hosting server</a>, you use 301 redirects in redirecting a single html page or an entire website.</p>
<p>Here&#8217;s and example of redirecting a single page/html page:</p>
<p><span id="more-96"></span></p>
<blockquote><p>Redirect 301 /oldpage.html http://www.example.com/newpage.html</p></blockquote>
<p>For a whole website, you can use 301 redirect in this manner:</p>
<blockquote><p>Redirect 301 / http://www.example.com/</p></blockquote>
<p>Personally on my shared web hosted site, I only use the  HTML redirect. But there are other use of the 301 redirect on a web sites.</p>
<p>Here are other use of it:</p>
<ol>
<li>Changed file extension</li>
<li>Redirect web site with &#8216;www&#8217; to not having one.</li>
<li>vice versa of the previous example.</li>
<li>Redirect example.com/index.php to example.com/</li>
</ol>
<p>So next time you moved your web site content from one web hosting server provider to another or moving your site to a new domain name, you can definitely use the 301 redirect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/301-redirects-htaccess/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shared Web Hosting</title>
		<link>http://www.sysadmindayph.com/blog/shared-web-hosting/</link>
		<comments>http://www.sysadmindayph.com/blog/shared-web-hosting/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 07:10:08 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[webhosting]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=93</guid>
		<description><![CDATA[This post is somewhat related to the configuring Apache for virtual hosting post we did couple of days ago. Well, this is intentional anyway since I want to make a series of post that will help those who want to start a blog and would like to know all the technicalities in doing one. This &#8230; <a href="http://www.sysadmindayph.com/blog/shared-web-hosting/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>This post is somewhat related to the <a title="virtual host apache" href="http://www.sysadmindayph.com/blog/configure-virtual-hosting-in-apache-web-server/">configuring Apache for virtual hosting</a> post we did couple of days ago. Well, this is intentional anyway since I want to make a series of post that will help those who want to start a blog and would like to know all the technicalities in doing one.</p>
<p>This time, it&#8217;s about <a title="shared web hosting" href="http://www.sysadmindayph.com/blog/shared-web-hosting/"><strong>Shared Web Hosting</strong></a>.</p>
<p><strong>What is Shared Webhosting?</strong></p>
<p>We can define this in a super &#8216;made sense&#8217; kind of way. Let&#8217;s first define what  a web hosting is. Web hosting is a service you get (or buy) from an internet service provider or a web hosting company, where in they will give you a server for you to host your website/blog/forum or what-have-you.</p>
<p>The <strong>web hosting package</strong> usually includes many other services. Basic package of course is the amount of hard disk space your package has, and the amount of monthly traffic/bandwith it comes bundled with.</p>
<p><span id="more-93"></span></p>
<p>The above definition both describes the dedicated web hosting and a shared  hosting. The only difference is that in a shared web hosting, you share the server with other webmasters or their websites.</p>
<p>Another difference is that you will be the main <strong>system administrator </strong>of your server while in a shared web host, there is one common admin that manages all the accounts (which is an advantage if you&#8217;re not familiar with the technicalities)</p>
<p>In shared hosting, the provider is generally responsible for managing servers, installing server software, security updates, technical support, and other aspects of the service. Most servers are based on the Linux operating system and LAMP (software bundle), which is driven by the low cost of open source software.</p>
<p>On a future post, we&#8217;ll discuss the advantages and disadvantages of a shared webhosting service.</p>
<p>Till next time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/shared-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

