<?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>Nisi's work blog &#187; HTML</title>
	<atom:link href="http://wiki.nisi.ro/category/programming/websites/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiki.nisi.ro</link>
	<description>Nisi's work blog - programing tips</description>
	<lastBuildDate>Fri, 03 Sep 2010 08:25:05 +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>.htaccess &#8211; user guide</title>
		<link>http://wiki.nisi.ro/2008/04/htaccess-user-guide/</link>
		<comments>http://wiki.nisi.ro/2008/04/htaccess-user-guide/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 09:34:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Website's]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=17</guid>
		<description><![CDATA[
Custom Error pages
ErrorDocument 400 http://new-error-page.htm
ErrorDocument 401 http://new-error-page.htm
ErrorDocument 403 http://new-error-page.htm
ErrorDocument 404 http://new-error-page.htm
ErrorDocument 500  http://new-error-page.htm
Redirects 
- great if you change your domain or some portion of your site
Redirect /olddirectory/oldfile.html http://yoursite.com/newdirectory/newfile.html
Links:
http://www.javascriptkit.com/howto/htaccess.shtml
]]></description>
		<wfw:commentRss>http://wiki.nisi.ro/2008/04/htaccess-user-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
