<?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>tuniverse &#187; Code</title>
	<atom:link href="http://thomasisrael.de/wp/3/001/?feed=rss2&#038;tag=code" rel="self" type="application/rss+xml" />
	<link>https://thomasisrael.de/wp/3/001</link>
	<description></description>
	<lastBuildDate>Tue, 21 Nov 2017 21:44:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Tschiiiiep, tschiiiiep, tschiiiiep&#8230; BEEP</title>
		<link>https://thomasisrael.de/wp/3/001/?p=646</link>
		<comments>https://thomasisrael.de/wp/3/001/?p=646#comments</comments>
		<pubDate>Wed, 24 Oct 2012 22:19:42 +0000</pubDate>
		<dc:creator>tho</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://thomasisrael.de/wp/3/001/?p=646</guid>
		<description><![CDATA[C/SIDE &#8211; Befehl: BEEP(Frequency, Duration) Quelle: http://msdn.microsoft.com/en-us/library/dd301405.aspx oh es ist schon spät&#8230; :-]]]></description>
			<content:encoded><![CDATA[<p>C/SIDE &#8211; Befehl:<br />
BEEP(Frequency, Duration)</p>
<p>Quelle: <a href="http://msdn.microsoft.com/en-us/library/dd301405.aspx">http://msdn.microsoft.com/en-us/library/dd301405.aspx</a></p>
<p>oh es ist schon spät&#8230; :-]</p>
]]></content:encoded>
			<wfw:commentRss>https://thomasisrael.de/wp/3/001/?feed=rss2&#038;p=646</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain-Umleitung mittels .htaccess Redirect</title>
		<link>https://thomasisrael.de/wp/3/001/?p=169</link>
		<comments>https://thomasisrael.de/wp/3/001/?p=169#comments</comments>
		<pubDate>Sun, 25 Jul 2010 04:20:42 +0000</pubDate>
		<dc:creator>tho</dc:creator>
				<category><![CDATA[Homepage]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://thomasisrael.de/wp/3/001/?p=169</guid>
		<description><![CDATA[Huh. Bisher setzte meine Website auf das als deprecated eingestufte Meta refresh. Bisher! Denn damit ist nun Schluss. Zuvor stand in der index.html &#60;meta http-equiv=&#34;refresh&#34; content=&#34;1; URL=http://example.com/index.php&#34;&#62; Nun werkelt stattdessen im selben Verzeichnis eine .htaccess Redirect 301 /index.html http://example.com/index.php]]></description>
			<content:encoded><![CDATA[<p>Huh. Bisher setzte meine Website auf das als <strong>deprecated</strong> eingestufte <strong>Meta refresh</strong>. Bisher! Denn damit ist nun Schluss. <img src='https://thomasisrael.de/wp/3/001/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Zuvor stand in der <strong>index.html</strong></p>
<pre>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/meta.html"><span class="kw2">meta</span></a> <span class="kw3">http-equiv</span><span class="sy0">=</span><span class="st0">&quot;refresh&quot;</span> <span class="kw3">content</span><span class="sy0">=</span><span class="st0">&quot;1; URL=http://example.com/index.php&quot;</span>&gt;</span></div>
</div>
</pre>
<p>Nun werkelt stattdessen im selben Verzeichnis eine <strong>.htaccess</strong></p>
<pre>
<div class="codesnip-container" >
<div class="apache codesnip" style="font-family:monospace;"><span class="kw1">Redirect</span> <span class="nu0">301</span> /index.html http://example.com/index.php</div>
</div>
</pre>
]]></content:encoded>
			<wfw:commentRss>https://thomasisrael.de/wp/3/001/?feed=rss2&#038;p=169</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
