<?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>AwardSpace Blog &#187; General questions</title>
	<atom:link href="http://blog.awardspace.com/category/faq/general-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.awardspace.com</link>
	<description>Web Hosting News, Web Hosting Tips, Web Hosting Tutorials and FAQ by AwardSpace.com</description>
	<lastBuildDate>Tue, 10 Nov 2009 11:56:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to import MySQL Database over SSH?</title>
		<link>http://blog.awardspace.com/how-to-import-mysql-database-over-ssh/</link>
		<comments>http://blog.awardspace.com/how-to-import-mysql-database-over-ssh/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:28:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[import database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=85</guid>
		<description><![CDATA[Answer:
1. First upload your .sql file inside your account.
2. Create SSH access using the SSH Manager, then SSH your account.
3. Using SSH go inside the folder where your .sql file is and run the following command:
mysql  	&#60;DB&#62; -h &#60;HOST&#62; -u &#60;USER&#62; -p &#60;PASS&#62;  &#60; file.sql
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fhow-to-import-mysql-database-over-ssh%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fhow-to-import-mysql-database-over-ssh%2F" height="61" width="51" /></a></div><p><strong>Answer:</strong></p>
<p><span class="faq_answers">1. First upload your .sql file inside your account.<br />
2. Create SSH access using the SSH Manager, then SSH your account.<br />
3. Using SSH go inside the folder where your .sql file is and run the following command:<br />
mysql  	&lt;DB&gt; -h &lt;HOST&gt; -u &lt;USER&gt; -p &lt;PASS&gt;  &lt; file.sql</span></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="How to import MySQL Database over SSH?" url="http://blog.awardspace.com/how-to-import-mysql-database-over-ssh/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/how-to-import-mysql-database-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to unzip files directly on the Server?</title>
		<link>http://blog.awardspace.com/how-to-unzip-files-directly-on-the-server/</link>
		<comments>http://blog.awardspace.com/how-to-unzip-files-directly-on-the-server/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:26:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[zip file]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=83</guid>
		<description><![CDATA[Answer: There are two ways to extract .zip files directly on the server:
1.The first one is by using SSH
-&#62;Run the following command over SSH:
unzip theziparchive.zip
2.The second way is with PHP script.
-&#62; Create file unzip.php in the current directory where your zip file is and add to the file the following script:
&#60;?
exec(&#8221;unzip theziparchive.zip&#8221;);
?&#62;
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fhow-to-unzip-files-directly-on-the-server%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fhow-to-unzip-files-directly-on-the-server%2F" height="61" width="51" /></a></div><p><strong>Answer:</strong> <span class="faq_answers">There are two ways to extract .zip files directly on the server:</span></p>
<p>1.The first one is by using SSH<br />
-&gt;Run the following command over SSH:<br />
unzip theziparchive.zip</p>
<p>2.The second way is with PHP script.<br />
-&gt; Create file unzip.php in the current directory where your zip file is and add to the file the following script:</p>
<p>&lt;?<br />
exec(&#8221;unzip theziparchive.zip&#8221;);<br />
?&gt;</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="How to unzip files directly on the Server?" url="http://blog.awardspace.com/how-to-unzip-files-directly-on-the-server/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/how-to-unzip-files-directly-on-the-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable Zend Optimizer/Ioncube support for my web hosting account?</title>
		<link>http://blog.awardspace.com/how-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account/</link>
		<comments>http://blog.awardspace.com/how-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:17:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[ioncube]]></category>
		<category><![CDATA[paid accounts]]></category>
		<category><![CDATA[PHP settings]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=81</guid>
		<description><![CDATA[Answer: This instruction applies only for paid hosting accounts and requires to EDIT the php.ini file.              Inside your web hosting account, PHP Settings menu add the following line at the end of the file:
# For Ioncube and php4:
zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.4.so
# For Ioncube [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fhow-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fhow-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account%2F" height="61" width="51" /></a></div><p><strong>Answer:</strong> <span class="faq_answers">This instruction applies only for paid hosting accounts and requires to EDIT the php.ini file.              Inside your web hosting account, PHP Settings menu add the following line at the end of the file:</span></p>
<p># For Ioncube and php4:<br />
zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.4.so</p>
<p># For Ioncube and php5:<br />
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so</p>
<p># For Zend Optimizer and php4:<br />
[Zend]<br />
zend_extension_manager.optimizer=/usr/local/Zend_php4/lib/Optimizer-3.3.3<br />
zend_optimizer.version=3.3.3<br />
zend_extension=/usr/local/Zend_php4/lib/ZendExtensionManager.so</p>
<p># For Zend Optimizer and php5<br />
[Zend]<br />
zend_extension_manager.optimizer=/usr/local/Zend_php5/lib/Optimizer-3.3.3<br />
zend_optimizer.version=3.3.3<br />
zend_extension=/usr/local/Zend_php5/lib/ZendExtensionManager.so<br />
zend_optimizer.optimization_level=15</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="How to enable Zend Optimizer/Ioncube support for my web hosting account?" url="http://blog.awardspace.com/how-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/how-to-enable-zend-optimizer-ioncube-support-for-my-web-hosting-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the php memory size limit your platform supports?</title>
		<link>http://blog.awardspace.com/what-is-the-php-memory-size-limit-your-platform-supports/</link>
		<comments>http://blog.awardspace.com/what-is-the-php-memory-size-limit-your-platform-supports/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[PHP memory limit]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=79</guid>
		<description><![CDATA[Answer: Our hosting configuration supports 16MB php memory limit. 
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fwhat-is-the-php-memory-size-limit-your-platform-supports%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fwhat-is-the-php-memory-size-limit-your-platform-supports%2F" height="61" width="51" /></a></div><p><strong>Answer:</strong> <span class="faq_answers">Our hosting configuration supports 16MB php memory limit. </span></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="What is the php memory size limit your platform supports?" url="http://blog.awardspace.com/what-is-the-php-memory-size-limit-your-platform-supports/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/what-is-the-php-memory-size-limit-your-platform-supports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My web site (written in php) has difficulty to display the symbols £, € etc. When text is called from a database, how can this be rectified?</title>
		<link>http://blog.awardspace.com/my-web-site-written-in-php-has-difficulty-to-display-the-symbols-e-etc-when-text-is-called-from-a-database-how-can-this-be-rectified/</link>
		<comments>http://blog.awardspace.com/my-web-site-written-in-php-has-difficulty-to-display-the-symbols-e-etc-when-text-is-called-from-a-database-how-can-this-be-rectified/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:15:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[content-type]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=77</guid>
		<description><![CDATA[Answer: Here are several things you need to set up in order to have these signs displayed correctly:
- Inside your control panel, phpMyAdmin should be set to the following unicode standard: &#8216;utf-8&#8242;;
- Meta tags on all pages should be: &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243;&#62;
- All texts should be imported in the database using unicode standard: &#8216;utf-8&#8242; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fmy-web-site-written-in-php-has-difficulty-to-display-the-symbols-e-etc-when-text-is-called-from-a-database-how-can-this-be-rectified%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fmy-web-site-written-in-php-has-difficulty-to-display-the-symbols-e-etc-when-text-is-called-from-a-database-how-can-this-be-rectified%2F" height="61" width="51" /></a></div><p><strong>Answer:</strong> <span class="faq_answers">Here are several things you need to set up in order to have these signs displayed correctly:</span></p>
<p>- Inside your control panel, phpMyAdmin should be set to the following unicode standard: &#8216;utf-8&#8242;;</p>
<p>- Meta tags on all pages should be: &lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243;&gt;</p>
<p>- All texts should be imported in the database using unicode standard: &#8216;utf-8&#8242; as well;</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="My web site (written in php) has difficulty to display the symbols £, € etc. When text is called from a database, how can this be rectified?" url="http://blog.awardspace.com/my-web-site-written-in-php-has-difficulty-to-display-the-symbols-e-etc-when-text-is-called-from-a-database-how-can-this-be-rectified/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/my-web-site-written-in-php-has-difficulty-to-display-the-symbols-e-etc-when-text-is-called-from-a-database-how-can-this-be-rectified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I uploaded my site but it doesn&#8217;t show up when I type in my domain/subdomain in a browser.</title>
		<link>http://blog.awardspace.com/i-uploaded-my-site-but-it-doesnt-show-up-when-i-type-in-my-domain-subdomain-in-a-browser/</link>
		<comments>http://blog.awardspace.com/i-uploaded-my-site-but-it-doesnt-show-up-when-i-type-in-my-domain-subdomain-in-a-browser/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:13:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[File Manager]]></category>
		<category><![CDATA[file permissions]]></category>
		<category><![CDATA[folder permissions]]></category>
		<category><![CDATA[uploaded files]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=75</guid>
		<description><![CDATA[Answer: Please check whether you uploaded the site to the exact location associated with the domain/subdomain. Visit the subdomain manager and you will find the folder for the site at all domains/subdomains within your account. Next, please visit your File Manager to check if the data has been uploaded correctly and that permissions of the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fi-uploaded-my-site-but-it-doesnt-show-up-when-i-type-in-my-domain-subdomain-in-a-browser%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fi-uploaded-my-site-but-it-doesnt-show-up-when-i-type-in-my-domain-subdomain-in-a-browser%2F" height="61" width="51" /></a></div><p>Answer: <span class="faq_answers">Please check whether you uploaded the site to the exact location associated with the domain/subdomain. Visit the subdomain manager and you will find the folder for the site at all domains/subdomains within your account. Next, please visit your File Manager to check if the data has been uploaded correctly and that permissions of the files are 755. </span></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="I uploaded my site but it doesn't show up when I type in my domain/subdomain in a browser." url="http://blog.awardspace.com/i-uploaded-my-site-but-it-doesnt-show-up-when-i-type-in-my-domain-subdomain-in-a-browser/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/i-uploaded-my-site-but-it-doesnt-show-up-when-i-type-in-my-domain-subdomain-in-a-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I lost my username and/or password. What can be done?</title>
		<link>http://blog.awardspace.com/i-lost-my-username-and-or-password-what-can-be-done/</link>
		<comments>http://blog.awardspace.com/i-lost-my-username-and-or-password-what-can-be-done/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:12:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[client ID]]></category>
		<category><![CDATA[lost password]]></category>
		<category><![CDATA[lost username]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=73</guid>
		<description><![CDATA[Answer: If you can recall your username/Client ID, please use the lost password retrieval tool at our web site. If you lost your username/Client ID as well, you can simply contact us by sending an email from the email address used originally for the account registration and ask for your details. 
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fi-lost-my-username-and-or-password-what-can-be-done%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fi-lost-my-username-and-or-password-what-can-be-done%2F" height="61" width="51" /></a></div><p><strong>Answer:</strong> <span class="faq_answers">If you can recall your username/Client ID, please use the lost password retrieval tool at our web site. If you lost your username/Client ID as well, you can simply contact us by sending an email from the email address used originally for the account registration and ask for your details. </span></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="I lost my username and/or password. What can be done?" url="http://blog.awardspace.com/i-lost-my-username-and-or-password-what-can-be-done/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/i-lost-my-username-and-or-password-what-can-be-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I change my php.ini settings and/or switch to php 5.x?</title>
		<link>http://blog.awardspace.com/can-i-change-my-php-ini-settings-and-or-switch-to-php-5x/</link>
		<comments>http://blog.awardspace.com/can-i-change-my-php-ini-settings-and-or-switch-to-php-5x/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:10:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[paid accounts]]></category>
		<category><![CDATA[PHP settings]]></category>
		<category><![CDATA[php.ini]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=71</guid>
		<description><![CDATA[Answer: Yes however only clients on paid accounts can change certain php.ini settings from their web hosting control panel as well as switch from php 4.x.x.x to 5.x.x.x using PHP Settings menu. 
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fcan-i-change-my-php-ini-settings-and-or-switch-to-php-5x%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fcan-i-change-my-php-ini-settings-and-or-switch-to-php-5x%2F" height="61" width="51" /></a></div><p><strong>Answer:</strong> <span class="faq_answers">Yes however only clients on paid accounts can change certain php.ini settings from their web hosting control panel as well as switch from php 4.x.x.x to 5.x.x.x using PHP Settings menu. </span></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Can I change my php.ini settings and/or switch to php 5.x?" url="http://blog.awardspace.com/can-i-change-my-php-ini-settings-and-or-switch-to-php-5x/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/can-i-change-my-php-ini-settings-and-or-switch-to-php-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What PHP functions are disabled on free accounts?</title>
		<link>http://blog.awardspace.com/what-php-functions-are-disabled-on-free-accounts/</link>
		<comments>http://blog.awardspace.com/what-php-functions-are-disabled-on-free-accounts/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:09:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[free accounts]]></category>
		<category><![CDATA[PHP functions]]></category>
		<category><![CDATA[restrictions]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=69</guid>
		<description><![CDATA[Answer: The following PHP functions are disabled on free accounts due to system/security reasons: allow_url_fopen, fsockopen, pfsockpen, getrusage, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak, listen, chown, chgrp, realpath, link, exec, passthru, curl_init. For further restrictions, please refer to our Terms of Services FREE Hosting. 
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fwhat-php-functions-are-disabled-on-free-accounts%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fwhat-php-functions-are-disabled-on-free-accounts%2F" height="61" width="51" /></a></div><p><strong>Answer:</strong> <span class="faq_answers">The following PHP functions are disabled on free accounts due to system/security reasons: allow_url_fopen, fsockopen, pfsockpen, getrusage, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak, listen, chown, chgrp, realpath, link, exec, passthru, curl_init. For further restrictions, please refer to our Terms of Services FREE Hosting. </span></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="What PHP functions are disabled on free accounts?" url="http://blog.awardspace.com/what-php-functions-are-disabled-on-free-accounts/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/what-php-functions-are-disabled-on-free-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is my site showing &#8220;This domain still has no index.html page uploaded!&#8221; page?</title>
		<link>http://blog.awardspace.com/why-is-my-site-showing-this-domain-still-has-no-index-html-page-uploaded-page/</link>
		<comments>http://blog.awardspace.com/why-is-my-site-showing-this-domain-still-has-no-index-html-page-uploaded-page/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:08:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General questions]]></category>
		<category><![CDATA[default page]]></category>
		<category><![CDATA[index page]]></category>

		<guid isPermaLink="false">http://blog.awardspace.com/?p=66</guid>
		<description><![CDATA[Answer: This is our default index.html which is automatically added when you create a domain/subdomain into the Domain/Subdomain Manager. Upload your own index.html page to see your site&#8217;s default page.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.awardspace.com%2Fwhy-is-my-site-showing-this-domain-still-has-no-index-html-page-uploaded-page%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.awardspace.com%2Fwhy-is-my-site-showing-this-domain-still-has-no-index-html-page-uploaded-page%2F" height="61" width="51" /></a></div><p><strong>Answer:</strong> <span class="faq_answers">This is our default index.html which is automatically added when you create a domain/subdomain into the Domain/Subdomain Manager. Upload your own index.html page to see your site&#8217;s default page.</span></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Why is my site showing "This domain still has no index.html page uploaded!" page?" url="http://blog.awardspace.com/why-is-my-site-showing-this-domain-still-has-no-index-html-page-uploaded-page/"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.awardspace.com/why-is-my-site-showing-this-domain-still-has-no-index-html-page-uploaded-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
