<?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>INTERNETSTACK &#187; Web hosting</title>
	<atom:link href="https://www.internetstack.com.au/category/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.internetstack.com.au</link>
	<description>Domain names, web hosting, email hosting, email exchange and virtual servers at very competitive prices.</description>
	<lastBuildDate>Mon, 25 Aug 2014 11:38:31 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.26</generator>
	<item>
		<title>How do I upgrade/downgrade my hosting</title>
		<link>https://www.internetstack.com.au/how-do-i-upgradedowngrade-my-hosting/</link>
		<comments>https://www.internetstack.com.au/how-do-i-upgradedowngrade-my-hosting/#comments</comments>
		<pubDate>Fri, 17 May 2013 11:12:23 +0000</pubDate>
		<dc:creator><![CDATA[INTERNETSTACK]]></dc:creator>
				<category><![CDATA[Web hosting]]></category>

		<guid isPermaLink="false">http://www.internetstack.com.au/?p=1057</guid>
		<description><![CDATA[Log into your account using your username and password. Locate the Administer/Upgrade Domain along the left hand side of the page. Search for or select the domain from the drop down, click Administer. Click Upgrade or Downgrade Hosting Package. Important &#8211; 1GB plans cannot be &#8230; <a href="https://www.internetstack.com.au/how-do-i-upgradedowngrade-my-hosting/">More..</a>]]></description>
				<content:encoded><![CDATA[<ol>
<li>Log into your account using your username and password.</li>
<li>Locate the <strong>Administer/Upgrade Domain</strong> along the left hand side of the page.</li>
<li>Search for or select the domain from the drop down, click <strong>Administer</strong>.</li>
<li>Click <strong>Upgrade or Downgrade Hosting Package</strong>.</li>
</ol>
<p><strong>Important &#8211; 1GB plans cannot be upgraded</strong></p>
<p><strong></strong>Our 1GB Personal hosting plan may not be upgraded or downgraded as it&#8217;s a standalone plan. If you need to upgrade from a Personal hosting plan to a Business hosting plan, you&#8217;ll need to backup all of your files, purchase a Business hosting plan then manually restore your files to the new hosting plan.</p>
<p>You can then easily upgrade or downgrade between 10GB, 50GB and 100GB Business hosting plans as your business needs change overtime.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.internetstack.com.au/how-do-i-upgradedowngrade-my-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a subdomain that points to a directory</title>
		<link>https://www.internetstack.com.au/create-a-subdomain-that-points-to-a-directory/</link>
		<comments>https://www.internetstack.com.au/create-a-subdomain-that-points-to-a-directory/#comments</comments>
		<pubDate>Sun, 12 May 2013 04:42:29 +0000</pubDate>
		<dc:creator><![CDATA[INTERNETSTACK]]></dc:creator>
				<category><![CDATA[Web hosting]]></category>

		<guid isPermaLink="false">http://www.internetstack.com.au/?p=1015</guid>
		<description><![CDATA[Please note: This functionality is not available on Economy or Basic Hosting plans. This functionality is only available on our 50GB Hosting plans and above. Subdomains are not currently supported on our Apache and IIS7 server environments due to server &#8230; <a href="https://www.internetstack.com.au/create-a-subdomain-that-points-to-a-directory/">More..</a>]]></description>
				<content:encoded><![CDATA[<p>Please note: This functionality is not available on Economy or Basic Hosting plans. This functionality is only available on our 50GB Hosting plans and above. Subdomains are not currently supported on our Apache and IIS7 server environments due to server aliases not being available for configuration at the moment. The below steps will redirect visitors that visit your subdomain to a directory of the same name located inside your hosting account. e.g. Visitors to http://subdomain.domain.tld/ will see files located in http://www.domain.tld/subdomain/</p>
<h2>Step 1. Create the CNAME</h2>
<p>Create the CNAME for your subdomain in  Zone Manager and point it towards your host site. To do this do the following.</p>
<ol>
<li>Log into your Account.</li>
<li>Locate the domain name via <strong>Manage Domains</strong> (under the Domains and Hosting menu).</li>
<li>Click on the <strong>Domain name </strong>to access the domain name level.</li>
<li>Click on <strong>Zone Manager</strong>.</li>
<li>Scroll down to where the page states <strong>To add a record to this zone click on a type</strong>, and click on the <strong>CNAME</strong> link.</li>
<li>In the name field, enter the first part of your subdomain. eg. if the subdomain will be http://subdomain.domain.tld then simply enter ‘subdomain’ in the name field.</li>
<li>Leave the ttl field as is.</li>
<li>In the host field, enter your primary domain name. eg. domain.tld</li>
</ol>
<h2>Step 2. Create a server alias</h2>
<p>Create a server alias for the web server to recognise the new host as a valid one. To do this do the following.</p>
<ol>
<li>Log into your Account.</li>
<li>Locate the domain name via <strong>Manage Domains</strong> (under the Domains and Hosting menu).</li>
<li>Click on the <strong>Domain name </strong>to access the domain name level.</li>
<li>Click on <strong>Web Hosting</strong>.</li>
<li>Scroll down to the <strong>Webserver Options</strong> heading.</li>
<li>Click the link which states <strong>Click to modify your server aliases</strong>.</li>
<li>In the <strong>server alias</strong> field, enter the name of your subdomain. eg. if the subdomain will be http://subdomain.domain.tld then simply enter ‘subdomain’ in the <strong>server alias</strong> field.</li>
</ol>
<h2>Step 3. Add a rewrite rule</h2>
<p>Add a rewrite rule for the sever to redirect a subdomain request, to a subdirectory of the same name:</p>
<p>For <strong>Litespeed</strong>:</p>
<p>Add the following in the .htaccess file</p>
<pre>RewriteEngine On
RewriteCond %{HTTP_HOST} ^subdomain\.* [NC]
RewriteRule .* http://www.domain.tld/subdomain/ [L]</pre>
<p>For <strong>Zeus</strong>:</p>
<ol>
<li>Log into your Account.</li>
<li>Locate the domain name via <strong>Manage Domains</strong> (under the Domains and Hosting menu).</li>
<li>Click on the <strong>Domain name </strong>to access the domain name level.</li>
<li>Click on <strong>Web Hosting</strong>.</li>
<li>Copy and paste the below rewrite code into the <strong>Request Rewrite Support</strong> field on the <strong>Web Hosting</strong> page.</li>
<li>Select the radio button above the <strong>Request Rewrite Support</strong> field which states <strong>Enabled</strong>.</li>
<li>Click on the <strong>Change</strong> button underneath the <strong>Request Rewrite Support</strong> field.</li>
</ol>
<p>Below is the Zeus rewrite rule which will redirect visitors to http://subdomain.domain.tld/ towards the files located in http://www.domain.tld/subdomain/</p>
<pre>RULE_1_START:
insensitive match IN:Host into % with ^www.domain.tld
if  matched then goto END
RULE_1_END:

RULE_2_START:
insensitive  match IN:Host into % with ^(.*).domain.tld
if matched then match URL  into $ with ^/(.*)
if not matched then goto RULE_2_END
set URL =  /%1/$1
RULE_2_END:</pre>
<p>where domain.tld = your domain name. This rule basically tells the server the following: Rule 1 – If the host entered is just www.domain.tld – do nothing Rule 2 – If the host entered is ANYTHING-ELSE.domain.tld – go to domain.tld/ANYTHING-ELSE This means that any one of your subdomains will go to it’s corresponding subdirectory. You will need to have created this subdirectory in your hosting account and have files in it, preferably an index.html or index.php file. Please allow time for CNAME propagation. (Note: To activate this feature, the domain name package must be on Business+ hosting package or higher)</p>
]]></content:encoded>
			<wfw:commentRss>https://www.internetstack.com.au/create-a-subdomain-that-points-to-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
