<?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>FreeWebHostDir Tutorials &#187; General</title>
	<atom:link href="http://tutorials.freewebhostdir.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorials.freewebhostdir.com</link>
	<description>FreeWebHostDir Tutorials</description>
	<lastBuildDate>Sun, 01 Aug 2010 01:35:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What is .htaccess?</title>
		<link>http://tutorials.freewebhostdir.com/what-is-htaccess/</link>
		<comments>http://tutorials.freewebhostdir.com/what-is-htaccess/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 13:24:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://tutorials.freewebhostdir.com/?p=128</guid>
		<description><![CDATA[.htaccess is a configuration file for use on web servers running the Apache Web Server software. When a .htaccess file is placed in a directory which is in turn &#8216;loaded via the Apache Web Server&#8217;, then the .htaccess file is detected and executed by the Apache Web Server software. These .htaccess files can be used [...]]]></description>
			<content:encoded><![CDATA[<p>.htaccess is a configuration file for use on web servers running the Apache Web Server software. When a .htaccess file is placed in a directory which is in turn &#8216;loaded via the Apache Web Server&#8217;, then the .htaccess file is detected and executed by the Apache Web Server software. These .htaccess files can be used to alter the configuration of the Apache Web Server software to enable/disable additional functionality and features that the Apache Web Server software has to offer. These facilities include basic redirect functionality, for instance if a 404 file not found error occurs, or for more advanced functions such as content password protection or image hot link prevention.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.freewebhostdir.com/what-is-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change your server time zone using .htaccess or php.ini?</title>
		<link>http://tutorials.freewebhostdir.com/how-to-change-your-server-time-zone-using-htaccess-or-php-ini/</link>
		<comments>http://tutorials.freewebhostdir.com/how-to-change-your-server-time-zone-using-htaccess-or-php-ini/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 01:46:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[server time]]></category>
		<category><![CDATA[time zone]]></category>
		<category><![CDATA[timezone]]></category>

		<guid isPermaLink="false">http://tutorials.freewebhostdir.com/?p=125</guid>
		<description><![CDATA[If you are hosting in a different time zone and would like to change the server&#8217;s time zone please do the following: If you have PHP running as a CGI module Check if your cgi folder or root folder has a file called php.ini, if no, then use your notepad to create one and have [...]]]></description>
			<content:encoded><![CDATA[<p>If you are hosting in a different time zone and would like to change the server&#8217;s time zone please do the following:</p>
<p><span id="more-125"></span><a href="http://tutorials.freewebhostdir.com/how-to-check-if-php-is-running-as-an-apache-module-or-cgi-module/" target="_self">If you have PHP running as a CGI module</a></p>
<ul>
<li>Check if your cgi folder or root folder has a file called php.ini, if no, then use your notepad to create one and have it uploaded to your root/cgi folder</li>
<li>add &#8220;date.timezone = America/New_York&#8221; (without quotes) to your php.ini then save the file</li>
</ul>
<p><a href="http://tutorials.freewebhostdir.com/how-to-check-if-php-is-running-as-an-apache-module-or-cgi-module/" target="_self">If you have PHP running as an apache module</a></p>
<ul>
<li>Check if your root folder has a file called .htaccess, if no, then use your notepad to create one and have it uploaded to your root folder</li>
<li>add &#8220;SetEnv TZ America/Los_Angeles&#8221; (without quotes) to your .htaccess then save the file</li>
</ul>
<p>Please change <span>America/New_York or America/Los_Angeles to your specific time zone. To see the list of the time zones, please click <a href="http://www.php.net/manual/en/timezones.php" target="_blank">http://www.php.net/manual/en/timezones.php</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.freewebhostdir.com/how-to-change-your-server-time-zone-using-htaccess-or-php-ini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Server Load?</title>
		<link>http://tutorials.freewebhostdir.com/what-is-server-load/</link>
		<comments>http://tutorials.freewebhostdir.com/what-is-server-load/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 16:33:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[server load]]></category>

		<guid isPermaLink="false">http://tutorials.freewebhostdir.com/?p=121</guid>
		<description><![CDATA[Load expresses how many processes are waiting in the queue to access the computer processor. Of course, this is calculated for a certain period of time and of course, the smaller the number, the better.]]></description>
			<content:encoded><![CDATA[<p>Load expresses how many processes are waiting in the queue to access the computer processor. Of course, this is calculated for a certain period of time and of course, the smaller the number, the better.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.freewebhostdir.com/what-is-server-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling mod_security on your account</title>
		<link>http://tutorials.freewebhostdir.com/disabling-mod_security-on-your-account/</link>
		<comments>http://tutorials.freewebhostdir.com/disabling-mod_security-on-your-account/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 15:26:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[ModSecurity]]></category>
		<category><![CDATA[mod_security]]></category>
		<category><![CDATA[php.ini]]></category>

		<guid isPermaLink="false">http://tutorials.freewebhostdir.com/?p=113</guid>
		<description><![CDATA[ModSecurity is a web application firewall (WAF). With over 70% of attacks now carried out over the web application level, organisations need all the help they can get in making their systems secure. WAFs are deployed to establish an increased external security layer to detect and/or prevent attacks before they reach web applications. ModSecurity provides [...]]]></description>
			<content:encoded><![CDATA[<p>ModSecurity is a web application firewall (WAF). With over 70% of attacks now carried out over the web application level, organisations need all the help they can get in making their systems secure. WAFs are deployed to establish an increased external security layer to detect and/or prevent attacks before they reach web applications. ModSecurity provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time analysis with little or no changes to existing infrastructure. Therefore, for obvious reasons, many hosts have this module compiled.</p>
<p>ModSecurity is a very useful module. However with improper configuration this can make your website/script not working at all. To check if ModSecurity is installed please open your PHPInfo, search for mod_security, if you see mod_security, that means ModSecurity is installed.</p>
<p><span id="more-113"></span>To disable ModSecurity please put the followings to your php.ini/.htaccess (To find out which file to modify please check out this <a href="http://tutorials.freewebhostdir.com/how-to-check-if-php-is-running-as-an-apache-module-or-cgi-module/" target="_self">tutorial</a>)</p>
<blockquote><p>&lt;IfModule mod_security.c&gt;<br />
SecFilterEngine Off<br />
&lt;/IfModule&gt;</p></blockquote>
<p>If, unfortunately,  you have ModSecurity2 installed then there is no way to make any changes to the default setup in .htaccess/php.ini. You will have to contact your host provider to have it disabled for your domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.freewebhostdir.com/disabling-mod_security-on-your-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing your PHP upload file size limit</title>
		<link>http://tutorials.freewebhostdir.com/increasing-your-php-upload-file-size-limit/</link>
		<comments>http://tutorials.freewebhostdir.com/increasing-your-php-upload-file-size-limit/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 00:13:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[file size]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[upload_max_filesize]]></category>

		<guid isPermaLink="false">http://tutorials.freewebhostdir.com/?p=84</guid>
		<description><![CDATA[Most servers have the PHP upload file size limit set to 2M, which means the maximum size of file you can upload using your php script is 2mb only. To increase the limit, please do the following: If you have PHP running as a CGI module Check if your cgi folder or root folder has [...]]]></description>
			<content:encoded><![CDATA[<p>Most servers have the PHP upload file size limit set to 2M, which means the maximum size of file you can upload using your php script is 2mb only. To increase the limit, please do the following:</p>
<p><span id="more-84"></span><a href="http://tutorials.freewebhostdir.com/how-to-check-if-php-is-running-as-an-apache-module-or-cgi-module/" target="_self">If you have PHP running as a CGI module</a></p>
<ul>
<li>Check if your cgi folder or root folder has a file called php.ini, if no, then use your notepad to create one and have it uploaded to your root/cgi folder</li>
<li>add &#8220;upload_max_filesize = 100M&#8221; (without quotes) to your php.ini then save the file</li>
</ul>
<p><a href="http://tutorials.freewebhostdir.com/how-to-check-if-php-is-running-as-an-apache-module-or-cgi-module/" target="_self">If you have PHP running as an apache module</a></p>
<ul>
<li>Check if your root folder has a file called .htaccess, if no, then use your notepad to create one and have it uploaded to your root folder</li>
<li>add &#8220;php_value upload_max_filesize 100M&#8221; (without quotes) to your .htaccess then save the file</li>
</ul>
<p>Now the upload file size limit has been changed to 100mb. To verify your changes, you may open your <a href="http://tutorials.freewebhostdir.com/phpinfo/" target="_self">phpinfo</a>, then search for upload_max_filesize</p>
<p><img class="alignnone size-full wp-image-102" title="uploadmaxfilesize" src="http://tutorials.freewebhostdir.com/wp-content/uploads/2009/12/uploadmaxfilesize.gif" alt="uploadmaxfilesize" width="464" height="197" /></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.freewebhostdir.com/increasing-your-php-upload-file-size-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
