<?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>BrainWaves &#187; WAMP</title>
	<atom:link href="http://www.lab33.nl/archives/category/wamp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lab33.nl</link>
	<description>Erik's weblog</description>
	<lastBuildDate>Mon, 22 Mar 2010 19:57:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WAMP instellen voor het uploaden van plaatjes</title>
		<link>http://www.lab33.nl/archives/61</link>
		<comments>http://www.lab33.nl/archives/61#comments</comments>
		<pubDate>Tue, 02 Feb 2010 15:17:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.lab33.nl/?p=61</guid>
		<description><![CDATA[Krijg je de volgende foutmelding: &#8216;Call to undefined function imagecreatefromjpeg()&#8230;&#8217;
Open dan je php.ini en uncomment de volgende regel:
extension=php_gd2.dll



]]></description>
			<content:encoded><![CDATA[<p>Krijg je de volgende foutmelding: &#8216;Call to undefined function imagecreatefromjpeg()&#8230;&#8217;</p>
<p>Open dan je php.ini en uncomment de volgende regel:</p>
<p>extension=php_gd2.dll</p>
<p><map name='google_ad_map_61_73be9208a8a096d8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/61?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_61_73be9208a8a096d8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=61&amp;url= http%3A%2F%2Fwww.lab33.nl%2Farchives%2F61' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.lab33.nl/archives/61/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAMP instellen voor imap (mail functies)</title>
		<link>http://www.lab33.nl/archives/54</link>
		<comments>http://www.lab33.nl/archives/54#comments</comments>
		<pubDate>Wed, 30 Dec 2009 23:10:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.lab33.nl/?p=54</guid>
		<description><![CDATA[Krijg je de volgende foutmelding: &#8216;Call to undefined function imap_open() in&#8230;&#8217;
Open dan je php.ini en uncomment de volgende regel:
extension=php_imap.dll



]]></description>
			<content:encoded><![CDATA[<p>Krijg je de volgende foutmelding: &#8216;Call to undefined function imap_open() in&#8230;&#8217;</p>
<p>Open dan je php.ini en uncomment de volgende regel:</p>
<p>extension=php_imap.dll</p>
<p><map name='google_ad_map_54_73be9208a8a096d8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/54?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_54_73be9208a8a096d8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=54&amp;url= http%3A%2F%2Fwww.lab33.nl%2Farchives%2F54' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.lab33.nl/archives/54/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAMP instellen voor mod_rewrite en locaal werken</title>
		<link>http://www.lab33.nl/archives/46</link>
		<comments>http://www.lab33.nl/archives/46#comments</comments>
		<pubDate>Sat, 28 Nov 2009 22:45:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.lab33.nl/?p=46</guid>
		<description><![CDATA[Mod_rewrite activeren in WAMP en XAMPP:

Zoek het bestand &#8216;httpd.conf&#8217;. Deze vind je in de &#8216;conf&#8217; folder van Apache.
Open het bestand en zoek op &#8216;mod_rewrite&#8217;. Je vind dan als het goed is het regeltje: &#8216;#LoadModule rewrite_module modules/mod_rewrite.so&#8217;.
Haal de &#8216;#&#8217; weg om het regeltje te activeren. Opslaan en afsluiten.
Herstart de Apache server.
Test de mod_rewrite met phpinfo().

Als je [...]]]></description>
			<content:encoded><![CDATA[<p>Mod_rewrite activeren in WAMP en XAMPP:</p>
<ol>
<li>Zoek het bestand &#8216;httpd.conf&#8217;. Deze vind je in de &#8216;conf&#8217; folder van Apache.</li>
<li>Open het bestand en zoek op &#8216;mod_rewrite&#8217;. Je vind dan als het goed is het regeltje: &#8216;#LoadModule rewrite_module modules/mod_rewrite.so&#8217;.</li>
<li>Haal de &#8216;#&#8217; weg om het regeltje te activeren. Opslaan en afsluiten.</li>
<li>Herstart de Apache server.</li>
<li>Test de mod_rewrite met phpinfo().</li>
</ol>
<p>Als je het bestand &#8216;httpd.conf&#8217; toch open hebt, voeg dan de volgende regels toe (onderaan het document):</p>
<blockquote><p># Voor de dev omgeving.<br />
SetEnv MYAPP_CONFIG development</p></blockquote>
<p>In de php code kun je locale instellingen verwerken door:</p>
<blockquote><p>&lt;?php<br />
if(getenv(&#8217;MYAPP_CONFIG&#8217;) == &#8216;development&#8217;)<br />
{<br />
//Locale database instellingen<br />
}<br />
else<br />
{<br />
//Online database instellingen<br />
}<br />
?&gt;</p></blockquote>
<p><map name='google_ad_map_46_73be9208a8a096d8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/46?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_46_73be9208a8a096d8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=46&amp;url= http%3A%2F%2Fwww.lab33.nl%2Farchives%2F46' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.lab33.nl/archives/46/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

