<?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>Zemoon Blog by Vlatko Zdrale &#187; htaccess</title>
	<atom:link href="http://blog.zemoon.com/category/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zemoon.com</link>
	<description>Web developing Tips&#038;Tricks by Vlatko Zdrale</description>
	<lastBuildDate>Wed, 31 Mar 2010 22:54:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>show PHP errors</title>
		<link>http://blog.zemoon.com/show-php-errors/</link>
		<comments>http://blog.zemoon.com/show-php-errors/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 16:55:47 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/show-php-errors/</guid>
		<description><![CDATA[Did you ever work on some php script, and all you get when you point your browser to that script was blank page? Just emptiness. You would expect error message at least. Probably your server is configured not to display and log errors.
Try to add these two lines to your .htaccess file:

php_flag display_errors on
php_value error_reporting [...]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/show-php-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP code inside HTML page</title>
		<link>http://blog.zemoon.com/php-code-inside-html/</link>
		<comments>http://blog.zemoon.com/php-code-inside-html/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 04:20:37 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/php-code-inside-html/</guid>
		<description><![CDATA[Did you ever try to put some PHP code inside your HTML page? It might work, it might not. It depends on your webserver settings. Usually you dont have access to this settings, but you can use .htaccess file to fix this problem. All you have to do is just to put this line into your [...]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/php-code-inside-html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.193 seconds -->
