<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Support Knowledge Base | PolurNET Communications&gt;Support New and Updated Knowledgebase Articles</title>
	<link>https://support.polurnet.com/kb/kb.php</link>
	<description></description>
	<language>en</language>
	<generator>DeskPRO</generator>

	<item>
		<title><![CDATA[SMF Forum Showing Blank Screen / Not Working]]></title>
		<link>https://support.polurnet.com/kb/kb_article.php?ref=5452-WUFC-6851</link>
		<description><![CDATA[PROBLEM:
You tried installing Simple Machines Forum software (SMF) either from the source website or using Fantastico, but it shows as a blank page when you try to access it. No issues are seen in the cPanel Error Log and all other configurations appear to be correct.]]></description>
		<pubDate>Tue, 01 Dec 2009 12:53:30 +0000</pubDate>
		<guid isPermaLink="true">https://support.polurnet.com/kb/kb_article.php?ref=5452-WUFC-6851</guid>
	</item>
	<item>
		<title><![CDATA[WHMCS v3.4.x Full Version Download]]></title>
		<link>https://support.polurnet.com/kb/kb_article.php?ref=8161-ULXB-1516</link>
		<description><![CDATA[The latest stable release of WHMCS. Includes all files required for install/upgrade. Please read the included readme file for installation instructions. This software will only work if you purchased a valid license key from us.
]]></description>
		<pubDate>Sat, 24 Nov 2007 00:58:39 +0000</pubDate>
		<guid isPermaLink="true">https://support.polurnet.com/kb/kb_article.php?ref=8161-ULXB-1516</guid>
	</item>
	<item>
		<title><![CDATA[HOW-TO: Increase Form Post &amp; Upload Size]]></title>
		<link>https://support.polurnet.com/kb/kb_article.php?ref=5177-TICN-2838</link>
		<description><![CDATA[PROBLEM

PHP has a default post/upload size of 2MB. You can adjust this value by using the below procedure, however, the idea is that a higher value would cause more server resource usage potentially leading to your account being suspended. Therefore, please use and adjust this value within reason.]]></description>
		<pubDate>Thu, 22 Nov 2007 17:55:58 +0000</pubDate>
		<guid isPermaLink="true">https://support.polurnet.com/kb/kb_article.php?ref=5177-TICN-2838</guid>
	</item>
	<item>
		<title><![CDATA[HOW-TO: Fix Common PHP 500/Internal Server Errors]]></title>
		<link>https://support.polurnet.com/kb/kb_article.php?ref=8657-ESFG-9224</link>
		<description><![CDATA[A common error encountered when installing scripts, particulary in Fantastico, results in the following error described in the CPanel Error Log of your account:


QUOTE
Premature end of script headers: /home2/username/public_html/script/process.php]]></description>
		<pubDate>Thu, 22 Nov 2007 17:54:15 +0000</pubDate>
		<guid isPermaLink="true">https://support.polurnet.com/kb/kb_article.php?ref=8657-ESFG-9224</guid>
	</item>
	<item>
		<title><![CDATA[[HOW-TO] Wilcard Subdomain + Static Subdomain]]></title>
		<link>https://support.polurnet.com/kb/kb_article.php?ref=7424-WAGL-8932</link>
		<description><![CDATA[PROBLEM

You have Wildcard subdomains enabled on your account (this is enabled on a request basis with our support department only), and want to still have a normal subdomain to function for your site. In order to have a static subdomain, you need to insert special mod_rewrite code in your .htaccess file]]></description>
		<pubDate>Thu, 22 Nov 2007 17:52:11 +0000</pubDate>
		<guid isPermaLink="true">https://support.polurnet.com/kb/kb_article.php?ref=7424-WAGL-8932</guid>
	</item>
	<item>
		<title><![CDATA[[HOW-TO] Parse PHP in .html or other files]]></title>
		<link>https://support.polurnet.com/kb/kb_article.php?ref=1059-QGKN-1724</link>
		<description><![CDATA[PROBLEM: You want to parse PHP code in your .html or .htm file without changing the file extension to .php or .phtml. This is generally useful for SEO purposes, but can slow down non-PHP pages if in widespread use.

Documentation usually tell you to use the following code:


CODE
AddType application/x-httpd-php .php .htm .html


However, you'll soon realize this produces an internal server error, as we use phpsuexec and PHP as a CGI]]></description>
		<pubDate>Thu, 22 Nov 2007 17:51:29 +0000</pubDate>
		<guid isPermaLink="true">https://support.polurnet.com/kb/kb_article.php?ref=1059-QGKN-1724</guid>
	</item>
	<item>
		<title><![CDATA[[HOW-TO] MediaWiki Clean URLs for PHP (compiled as CGI)]]></title>
		<link>https://support.polurnet.com/kb/kb_article.php?ref=7146-UDGN-1938</link>
		<description><![CDATA[[HOW-TO] MediaWiki Clean URLs for PHP (compiled as CGI)
Special mod_rewrite code
Related Forum Thread: http://forums.polurnet.com/index.php?showtopic=485
PROBLEM

MediaWiki has issues when attempting to use &quot;clean URLs&quot; (e.g. http://www.mywiki.com/wiki/Main_Page) on a system with PHP compiled as a CGI. We at PolurNET have developed a workaround to successfully enable clean URLs while maintaining full compatibility with the server configurations]]></description>
		<pubDate>Thu, 22 Nov 2007 17:49:15 +0000</pubDate>
		<guid isPermaLink="true">https://support.polurnet.com/kb/kb_article.php?ref=7146-UDGN-1938</guid>
	</item>
	<item>
		<title><![CDATA[[HOW-TO] Fixing ForceType &amp; Other Apache .htaccess Errors (PHP as a CGI)]]></title>
		<link>https://support.polurnet.com/kb/kb_article.php?ref=8099-QODH-8519</link>
		<description><![CDATA[&nbsp;[HOW-TO] Fixing ForceType &amp; Other Apache .htaccess Errors (PHP as a CGI)
Covers changing max file upload size too
Related Forum Thread: http://forums.polurnet.com/index.php?showtopic=620
PROBLEM:

When trying to follow a tutorial such as http://www.developertutorials.com/tutorial...0330/page1.html , one notices they employ the Apache ForceType directive to achieve static URLs together with mod_rewrite. As we have compiled PHP as a CGI/FastCGI on most servers, using the ForceType directive or anything similar would cause Internal Server 500 errors. We present a few tips/workarounds to ensure you get the intended effect, but one that is compatible with our system configuration]]></description>
		<pubDate>Thu, 22 Nov 2007 17:46:23 +0000</pubDate>
		<guid isPermaLink="true">https://support.polurnet.com/kb/kb_article.php?ref=8099-QODH-8519</guid>
	</item>
	<item>
		<title><![CDATA[HOW-TO: Ban Specific IPs from Accessing Your Site]]></title>
		<link>https://support.polurnet.com/kb/kb_article.php?ref=5409-TILV-0289</link>
		<description><![CDATA[Related Forum Thread: http://forums.polurnet.com/index.php?showtopic=507
PROBLEM:

Frequently, spam bots or certain specific IPs will attempt to invade your site(s) causing high server load, abnormal bandwidth usage, etc. You can identify such IPs most often by looking at your AWstats visitors log, and noticing if any unrecognizable IPs stand out as making a huge amount of visits. There are a few ways to solve such situations as described below]]></description>
		<pubDate>Thu, 22 Nov 2007 17:43:41 +0000</pubDate>
		<guid isPermaLink="true">https://support.polurnet.com/kb/kb_article.php?ref=5409-TILV-0289</guid>
	</item>
	<item>
		<title><![CDATA[HOW-TO: Accessing CPanel/WHM Behind Firewall]]></title>
		<link>https://support.polurnet.com/kb/kb_article.php?ref=3202-LWMA-2050</link>
		<description><![CDATA[HOW-TO: Accessing CPanel/WHM Behind Firewall
Great workaround for firewalled users
Related Forum Thread: http://forums.polurnet.com/index.php?showtopic=247
This procedure is quite useful for those who can't access CPanel/WHM or even webmail from work or other strict firewall environment. The below procedure installs a script that would allow port 80 access to CPanel/WHM/Webmail, even if they are located on different ports on all our servers.

Caution: use at your own risk! This procedure works, but it's long term effects have not been assessed
&nbsp;
 ]]></description>
		<pubDate>Thu, 22 Nov 2007 17:41:27 +0000</pubDate>
		<guid isPermaLink="true">https://support.polurnet.com/kb/kb_article.php?ref=3202-LWMA-2050</guid>
	</item>
	<item>
		<title><![CDATA[HOW TO: Adding Domains to Your Account]]></title>
		<link>https://support.polurnet.com/kb/kb_article.php?ref=5768-RAFK-3954</link>
		<description><![CDATA[HOW TO: Adding Domains to Your Account Shared &amp; Reseller Accounts
Contains info on creating a WHM acccount and cPanel addon domain
PROBLEM: There are several ways to add a new domain to your account, and this article will explain the procedures for you. Some features are available only to resellers, so make note of your plan type before continuing.]]></description>
		<pubDate>Thu, 22 Nov 2007 17:37:53 +0000</pubDate>
		<guid isPermaLink="true">https://support.polurnet.com/kb/kb_article.php?ref=5768-RAFK-3954</guid>
	</item>
</channel>
</rss>
