<?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>Albertech.net &#187; Apache</title>
	<atom:link href="http://albertech.net/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertech.net</link>
	<description>Guides and Reviews for WordPress, PHP, MySQL, Apache, CMS Systems, jQuery, and other Technologies</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:31:44 +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>awstats: Import old log files</title>
		<link>http://albertech.net/2009/09/awstats-import-old-log-files/</link>
		<comments>http://albertech.net/2009/09/awstats-import-old-log-files/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 16:26:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[awstats]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[old logs]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=256</guid>
		<description><![CDATA[One thing I've encountered with Awstats is adding in old apache log files. This is useful if you are migrating data from servers. By default, Awstats will ignore ALL past dates in the log that occur before the most recent log entry date. In order to avoid Awstats from finding the "recent log entry date", you will need move all Awstats cached files into a separate folder. ]]></description>
		<wfw:commentRss>http://albertech.net/2009/09/awstats-import-old-log-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cleaner URLs in CodeIgniter</title>
		<link>http://albertech.net/2009/08/cleaner-urls-in-codeigniter/</link>
		<comments>http://albertech.net/2009/08/cleaner-urls-in-codeigniter/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 22:13:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=231</guid>
		<description><![CDATA[Here's a quick tip to make cleaner looking URLs in CodeIgniter PHP framework. By default, if you have an application, the path of the application usually ends after index.php.  Using Apache RewriteEngine, you can make cleaner looking URLs. You can have something similar to mysite.com/cigniter/MyApplication instead of mysite.com/cigniter/index.php/MyApplication]]></description>
		<wfw:commentRss>http://albertech.net/2009/08/cleaner-urls-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache configuration for Microsoft Office 2007 files</title>
		<link>http://albertech.net/2008/11/apache-configuration-for-microsoft-office-2007-files/</link>
		<comments>http://albertech.net/2008/11/apache-configuration-for-microsoft-office-2007-files/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 19:33:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[apach2]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache2.conf]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[MIME]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[ppsx]]></category>
		<category><![CDATA[xlsx]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=24</guid>
		<description><![CDATA[If you uploaded some Microsoft Office 2007 files onto your Apache server, you will notice that the files will open up as a zip file from your browser. To fix this, you will need to add the new file extensions to the Apache configuration file so that it will know how to set the correct file type. At first, I tried editing the /etc/mime.types file, but that did not work for me. So, I added the file types into the Apache configuration file and voila -- it worked.

In Apache, edit the httpd.conf file. Or, in Apache2 edit the apache2.conf file. Search ... ]]></description>
		<wfw:commentRss>http://albertech.net/2008/11/apache-configuration-for-microsoft-office-2007-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

