<?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>Hotel Weekend GidsDiverse Uitjes &#187; </title>
	<atom:link href="http://www.hotelweekendgids.nl/categorie/weekendoverige/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hotelweekendgids.nl</link>
	<description>Voordelige weekendjes weg</description>
	<lastBuildDate>Mon, 06 Sep 2010 10:36:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dit is een tes</title>
		<link>http://www.hotelweekendgids.nl/dit-is-een-tes</link>
		<comments>http://www.hotelweekendgids.nl/dit-is-een-tes#comments</comments>
		<pubDate>Thu, 14 Jan 2010 15:27:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Diverse Uitjes]]></category>

		<guid isPermaLink="false">http://www.hotelweekendgids.nl/?p=422</guid>
		<description><![CDATA[<p>WordPress Multi User<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>WordPress MU is a multi user version of WordPress.</p>
<p>If you&#8217;re not comfortable editing PHP code, taking care of a complex<br />
webserver and database system and being pro-active about following<br />
developments of this project then run, don&#8217;t walk, to<br />
<a href="http://wordpress.com/">http://wordpress.com/</a> and sign yourself and your friends up to free blogs.<br />
It&#8217;s easier in the long run and you&#8217;ll save yourself a lot of pain<br />
and angst.<br />
Install<br />
=======<br />
1. Download and unzip the WordPress MU package, if you haven&#8217;t already.<br />
   The unzipped files&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>WordPress Multi User<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>WordPress MU is a multi user version of WordPress.</p>
<p>If you&#8217;re not comfortable editing PHP code, taking care of a complex<br />
webserver and database system and being pro-active about following<br />
developments of this project then run, don&#8217;t walk, to<br />
<a href="http://wordpress.com/">http://wordpress.com/</a> and sign yourself and your friends up to free blogs.<br />
It&#8217;s easier in the long run and you&#8217;ll save yourself a lot of pain<br />
and angst.<br />
Install<br />
=======<br />
1. Download and unzip the WordPress MU package, if you haven&#8217;t already.<br />
   The unzipped files will be created in a directory named &#8220;wordpressmu&#8221;<br />
   followed by a version number.<br />
2. Create a database for WordPress MU on your web server, as well as a<br />
   MySQL user who has all privileges for accessing and modifying it.<br />
3. Unzip to an empty folder, either in the main directory, or in a<br />
   subdirectory. If you want subdomain blogs, you must use the root of<br />
   your site.<br />
4. Make sure your install directory and the wp-contents directory are<br />
   writeable by the webserver.<br />
5. Run the WordPress MU installation script by accessing index.php<br />
   in your favorite web browser.<br />
   * If you installed WordPress MU in the root directory, you should<br />
     visit: <a href="http://example.com/index.php">http://example.com/index.php</a><br />
   * If you installed WordPress MU in its own subdirectory called<br />
     blogs, for example, you should visit: <a href="http://example.com/blogs/index.php">http://example.com/blogs/index.php</a><br />
(Adapted from <a href="http://codex.wordpress.org/Installing_WordPress">http://codex.wordpress.org/Installing_WordPress</a>)</p>
<p>If you&#8217;re upgrading, skip to the end of this document.<br />
Apache<br />
======<br />
Apache must be configured so that mod_rewrite works. Here are<br />
instructions for Apache 2. Apache 1.3 is very similar.</p>
<p>1. Make sure a line like the following appears in your httpd.conf<br />
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so</p>
<p>2. In the &lt;Directory&gt; directive of your virtual host, look for this<br />
line<br />
&#8220;AllowOverride None&#8221;<br />
and change it to<br />
&#8220;AllowOverride FileInfo Options&#8221;</p>
<p>3. In the &lt;VirtualHost&gt; section of the config file for your host there<br />
will be a line defining the hostname. You need to add the following<br />
if you want virtual hosts to work properly:<br />
&#8220;ServerAlias *.domain.tld&#8221;<br />
Replace domain.tld with whatever your one is, and remove the quotes.<br />
DNS<br />
===<br />
If you want to host blogs of the form <a href="http://blog.domain.tld/">http://blog.domain.tld/</a> where<br />
domain.tld is the domain name of your machine then you must add a<br />
wildcard record to your DNS records.<br />
This usually means adding a &#8220;*&#8221; hostname record pointing at your<br />
webserver in your DNS configuration tool.<br />
Matt has a more detailed explanation:<br />
<a href="http://ma.tt/2003/10/10/wildcard-dns-and-sub-domains/">http://ma.tt/2003/10/10/wildcard-dns-and-sub-domains/</a><br />
PHP<br />
===<br />
1. Don&#8217;t display error messages to the browser. This is almost always<br />
turned off but sometimes when you&#8217;re testing you turn this on and forget<br />
to reset it.</p>
<p>2. If your PHP is compiled with memory limit checks, the default is 8MB<br />
which is much too small. You should increase this to at least 32MB or 64MB<br />
to avoid PHP out of memory errors. Look for &#8220;memory_limit&#8221; in your php.ini<br />
file.</p>
<p>3. GLOBAL variables must be turned off. This is one of the first things<br />
any security aware admin will do. These days the default is for it to<br />
be off!</p>
<p>The easiest way of configuring it is via the .htaccess file that is<br />
created during the install. If you haven&#8217;t installed WPMU yet then edit<br />
the file htaccess.dist in this directory and add these two lines at the<br />
top:</p>
<p>php_flag register_globals 0<br />
php_flag display_errors 0</p>
<p>This is NOT included in that file by default because it doesn&#8217;t work on<br />
all machines. If it doesn&#8217;t work on your machine, you&#8217;ll get a cryptic<br />
&#8220;500 internal error&#8221; after you install WPMU. To remove the offending lines<br />
just edit the file &#8220;.htaccess&#8221; in your install directory and you&#8217;ll see<br />
them at the top. Delete and save the file again.<br />
Read here for how to enable this: <a href="http://ie.php.net/configuration.changes">http://ie.php.net/configuration.changes</a></p>
<p>If you don&#8217;t want to edit your .htaccess file then you need to change your<br />
php.ini. It&#8217;s beyond the scope of this README to know exactly where it is<br />
on your machine, but if you&#8217;re on a shared hosted server you probably<br />
don&#8217;t have access to it as it requires root or administrator privileges<br />
to change.</p>
<p>If you do have root access, try &#8220;locate php.ini&#8221; or check in:</p>
<p>/etc/php4/apache2/php.ini<br />
/usr/local/lib/php.ini</p>
<p>Once you have opened your php.ini, look for the sections related to<br />
register_globals and display_errors. Make sure both are Off like so:</p>
<p>display_errors = Off<br />
register_globals = Off</p>
<p>You&#8217;ll have to restart Apache after you modify your php.ini for the<br />
settings to be updated.</p>
<p>4. If you want to restrict blog signups, set the restrict domain email<br />
setting in the admin.</p>
<p>ERROR LOGGING<br />
=============<br />
If you are developing a site based on WPMU it is recommended that you<br />
turn on PHP error logging. Look in your php.ini for the section marked<br />
&#8220;Error handling and logging&#8221; where you can configure it.</p>
<p>Mysql database errors are logged to the PHP error log if enabled or it<br />
can also send error reports to a file of your choice. After installing,<br />
edit wp-config.php and define a constant, &#8220;ERRORLOGFILE&#8221;, pointing at<br />
your MySQL error log. This file must be writeable by your webserver.<br />
Please don&#8217;t log to a file visible by your webserver or people may<br />
figure out they can download it.<br />
Example definition:<br />
define( &#8220;ERRORLOGFILE&#8221;, &#8220;/tmp/mysql.log&#8221; );<br />
UPGRADING<br />
=========<br />
Please see this page for instructions on upgrading your install:<br />
<a href="http://codex.wordpress.org/Upgrading_WPMU">http://codex.wordpress.org/Upgrading_WPMU</a><br />
PERFORMANCE<br />
===========<br />
WordPress MU has a caching framework which allows third party developers<br />
to create cache engines that improve performance.<br />
There are two types of caching plugins available for WordPress.</p>
<p>1. Object Cache.<br />
These work by storing commonly accessed data in a rapid access storage<br />
container such as RAM or directly on the filesystem.<br />
To install these plugins copy them into your wp-content folder.<br />
Memcached: <a href="http://dev.wp-plugins.org/browser/memcached/trunk/">http://dev.wp-plugins.org/browser/memcached/trunk/</a></p>
<p>2. Full page cache.<br />
These work by storing complete web pages and are generally faster than<br />
object cache plugins at the expense of less flexibility. On a busy<br />
WordPress MU site these may in fact slow down your server due to<br />
limitations in how the cached files are stored. Clearing out the cached<br />
files on a regular basis will alleviate this problem. YMMV.<br />
WP Super Cache: <a href="http://ocaoimh.ie/wp-super-cache/">http://ocaoimh.ie/wp-super-cache/</a><br />
SPAM<br />
====<br />
On WordPress MU sites spam signups can be a major problem. Akismet (<a href="http://akismet.com/">http://akismet.com/</a>)<br />
protects against spam comments but the following will help defeat<br />
spammers using automated scripts to create blogs:<br />
<a href="http://ocaoimh.ie/cookies-for-comments/">http://ocaoimh.ie/cookies-for-comments/</a><br />
<a href="http://wordpress-plugins.feifei.us/hashcash/">http://wordpress-plugins.feifei.us/hashcash/</a><br />
<a href="http://www.darcynorman.net/2009/05/20/stopping-spamblog-registration-in-wordpress-multiuser/">http://www.darcynorman.net/2009/05/20/stopping-spamblog-registration-in-wordpress-multiuser/</a><br />
Support Forum and Bug Reports<br />
=============================<br />
Please read <a href="http://codex.wordpress.org/Debugging_WPMU">http://codex.wordpress.org/Debugging_WPMU</a> before<br />
asking any questions. Without all the information required there<br />
we&#8217;ll just ask for it anyway or worse, your request will be ignored.</p>
<p><a href="http://mu.wordpress.org/forums/">http://mu.wordpress.org/forums/</a></p>
<p>Trac is our bug tracking system. Again, please read the above link<br />
before submitting a bug report.<br />
<a href="http://trac.mu.wordpress.org/report/1">http://trac.mu.wordpress.org/report/1</a></p>
<p>You can login to both sites using your wordpress.org username and<br />
password.</p>
<p>Links<br />
=====<br />
1. Download Page<br />
The latest version of WordPress MU is available at <a href="http://mu.wordpress.org/download/">http://mu.wordpress.org/download/</a></p>
<p>2. Plugins<br />
Many WordPress plugins and almost all themes work fine in MU. The best<br />
place to look for them is the WordPress Plugin Directory at<br />
<a href="http://wordpress.org/extend/plugins/">http://wordpress.org/extend/plugins/</a><br />
The &#8220;WordPress MU&#8221; and &#8220;WPMU&#8221; tags list plugins made specifically for MU:<br />
<a href="http://wordpress.org/extend/plugins/tags/wordpressmu">http://wordpress.org/extend/plugins/tags/wordpressmu</a><br />
<a href="http://wordpress.org/extend/plugins/tags/wpmu">http://wordpress.org/extend/plugins/tags/wpmu</a></p>
<p>3. Themes<br />
The only site you should download WordPress themes from is the<br />
Themes Directory at <a href="http://wordpress.org/extend/themes/">http://wordpress.org/extend/themes/</a><br />
If you download themes from other sites, please make sure they don&#8217;t contain<br />
sponsored links that would put your site at risk of being banned by Google.</p>
<p>4. News<br />
<a href="http://ocaoimh.ie/category/wordpress/">http://ocaoimh.ie/category/wordpress/</a><br />
<a href="http://planet.wordpress.org/">http://planet.wordpress.org/</a><br />
<a href="http://mu.wordpress.org/forums/">http://mu.wordpress.org/forums/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotelweekendgids.nl/dit-is-een-tes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autovakantie Feestdagen in het Sauerland &#8211; Hagen</title>
		<link>http://www.hotelweekendgids.nl/autovakantie-feestdagen-in-het-sauerland-hagen</link>
		<comments>http://www.hotelweekendgids.nl/autovakantie-feestdagen-in-het-sauerland-hagen#comments</comments>
		<pubDate>Sun, 13 Sep 2009 09:21:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Alle Kerstreizen Duitsland]]></category>
		<category><![CDATA[Diverse Uitjes]]></category>
		<category><![CDATA[kerst]]></category>
		<category><![CDATA[sauerland]]></category>

		<guid isPermaLink="false">http://www.hotelweekendgids.nl/?p=280</guid>
		<description><![CDATA[<p><img class="alignleft size-thumbnail wp-image-281" title="sauerland1" src="http://www.hotelweekendgids.nl/wp-content/uploads/sauerland1-150x150.jpg" alt="sauerland1" width="124" height="116" />Vier kerst dit jaar eens naar het Sauerland. Boek deze autovakantie naar Duitsland en verheug u op sfeervolle dagen in een populaire vakantiestreek, waar een prachtig glooiend landschap en gezellige plaatsjes op uw komst wachten.</p>
<p><a class="wp-caption-kras" title="Kerst Sauerland" href="http://www.kras.nl/tradetracker/?tt=839_0_28723_hgsauerland&#38;r=%2Fvakantie%2Fduitsland%2Freis-12023%2Fautovakantie-feestdagen-in-het-sauerland-hagen" target="_blank">KRAS Vakanties</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-281" title="sauerland1" src="http://www.hotelweekendgids.nl/wp-content/uploads/sauerland1-150x150.jpg" alt="sauerland1" width="124" height="116" />Vier kerst dit jaar eens naar het Sauerland. Boek deze autovakantie naar Duitsland en verheug u op sfeervolle dagen in een populaire vakantiestreek, waar een prachtig glooiend landschap en gezellige plaatsjes op uw komst wachten.</p>
<p><a class="wp-caption-kras" title="Kerst Sauerland" href="http://www.kras.nl/tradetracker/?tt=839_0_28723_hgsauerland&amp;r=%2Fvakantie%2Fduitsland%2Freis-12023%2Fautovakantie-feestdagen-in-het-sauerland-hagen" target="_blank">KRAS Vakanties</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotelweekendgids.nl/autovakantie-feestdagen-in-het-sauerland-hagen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>B&amp;B De Hofnar Maastricht</title>
		<link>http://www.hotelweekendgids.nl/bb-de-hofnar-maastricht</link>
		<comments>http://www.hotelweekendgids.nl/bb-de-hofnar-maastricht#comments</comments>
		<pubDate>Fri, 11 Sep 2009 15:31:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bed and Breakfast  (B&B)]]></category>
		<category><![CDATA[Diverse Uitjes]]></category>
		<category><![CDATA[b&b]]></category>
		<category><![CDATA[maastricht]]></category>

		<guid isPermaLink="false">http://www.hotelweekendgids.nl/?p=247</guid>
		<description><![CDATA[<p><img class="alignleft size-full wp-image-251" title="bb1" src="http://www.hotelweekendgids.nl/wp-content/uploads/bb11.jpg" alt="bb1" width="124" height="116" />Dit knusse B&#38;B ligt in het hart van Maastricht en biedt eenvoudige, elegante kamers in 2 historische gebouwen vlak bij het beroemde Vrijthof. U heeft ook gratis toegang tot draadloos internet. Het B&#38;B De Hofnar biedt u een ideale uitvalsbasis in het centrum van deze bruisende stad.</p>
<p><a class="wp-caption-booking" title="B&#38;B Maastricht" href="http://www.booking.com/hotel/nl/b-b-de-hofnar.html?aid=319222" target="_blank">Booking.com</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-251" title="bb1" src="http://www.hotelweekendgids.nl/wp-content/uploads/bb11.jpg" alt="bb1" width="124" height="116" />Dit knusse B&amp;B ligt in het hart van Maastricht en biedt eenvoudige, elegante kamers in 2 historische gebouwen vlak bij het beroemde Vrijthof. U heeft ook gratis toegang tot draadloos internet. Het B&amp;B De Hofnar biedt u een ideale uitvalsbasis in het centrum van deze bruisende stad.</p>
<p><a class="wp-caption-booking" title="B&amp;B Maastricht" href="http://www.booking.com/hotel/nl/b-b-de-hofnar.html?aid=319222" target="_blank">Booking.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotelweekendgids.nl/bb-de-hofnar-maastricht/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Grand Hôtel Du Palais Royal</title>
		<link>http://www.hotelweekendgids.nl/grand-hotel-du-palais-royal</link>
		<comments>http://www.hotelweekendgids.nl/grand-hotel-du-palais-royal#comments</comments>
		<pubDate>Sun, 06 Sep 2009 15:27:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Diverse Uitjes]]></category>
		<category><![CDATA[Parijs]]></category>

		<guid isPermaLink="false">http://www.hotelweekendgids.nl/?p=33</guid>
		<description><![CDATA[<p><img class="alignleft size-full wp-image-34" title="hotelparijs2" src="http://www.hotelweekendgids.nl/wp-content/uploads/hotelparijs2.jpg" alt="hotelparijs2" width="124" height="116" />Het Grand Hotel du Palais Royal ligt tussen het Louvre museum en de Jardins du Palais Royal geniet van een uitzonderlijke locatie in het eerste district van Parijs, waar mode, winkelen, cultuur, cuisine en kunst samenkomen. Het is het beste startpunt om Parijs te ontdekken. </p>
<p>Het hotel biedt een perfecte combinatie van ruimte, charme, rust en comfort.</p>
<p> </p>
<p><strong>Boek dit hotel bij:</strong></p>
<p><a class="wp-caption-booking" title="Grand Hotel Du Palais Royal" href="http://www.booking.com/hotel/fr/grand-du-palais-royal.html?aid=319222" target="_blank">Booking.com</a> <a class="wp-caption-ebookers" title="Hotel Parijs" href="http://tc.tradetracker.nl/?c=902&#38;m=0&#38;a=28723&#38;u=%2Fhotels%2FFrankrijk%2FParijs%2FGrand_Hotel_du_Palais_Royal&#38;r=hotelparijs2" target="_blank">Ebookers</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-34" title="hotelparijs2" src="http://www.hotelweekendgids.nl/wp-content/uploads/hotelparijs2.jpg" alt="hotelparijs2" width="124" height="116" />Het Grand Hotel du Palais Royal ligt tussen het Louvre museum en de Jardins du Palais Royal geniet van een uitzonderlijke locatie in het eerste district van Parijs, waar mode, winkelen, cultuur, cuisine en kunst samenkomen. Het is het beste startpunt om Parijs te ontdekken. </p>
<p>Het hotel biedt een perfecte combinatie van ruimte, charme, rust en comfort.</p>
<p> </p>
<p><strong>Boek dit hotel bij:</strong></p>
<p><a class="wp-caption-booking" title="Grand Hotel Du Palais Royal" href="http://www.booking.com/hotel/fr/grand-du-palais-royal.html?aid=319222" target="_blank">Booking.com</a> <a class="wp-caption-ebookers" title="Hotel Parijs" href="http://tc.tradetracker.nl/?c=902&amp;m=0&amp;a=28723&amp;u=%2Fhotels%2FFrankrijk%2FParijs%2FGrand_Hotel_du_Palais_Royal&amp;r=hotelparijs2" target="_blank">Ebookers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotelweekendgids.nl/grand-hotel-du-palais-royal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
