Appartement (2)

Vorig logje had ik al aangegeven dat ik een appartement had gevonden 🙂

Maar nu heb ik dus ook de huidige huurder het laten weten; ik heb dat ik uit mijn huidige kamer moet maar verlengd tot 1 januari; ik heb tot op heden nog niets vernomen van de verhuurder van het appartement, dus kan ik ook niet echt vertrouwen dat ik er over 1 week er al in kan.

We wachten het dus maar rustig af! Ik ben al wat aan het ruimen, kritisch kijken (er is zoveel zooi die ik heb :-)) en dingen alvast wat inpakken. Ik heb er echt ontzettend zin in! 

Posted in Uncategorized | Comments Off on Appartement (2)

Rss feeds

Somehow, the rss-feeds weren't work anymore after migrating the website. This is now fixed.

When clicking on the rss-feed icon of your choice, the feed will be generated.

Posted in Uncategorized | Comments Off on Rss feeds

hotlinking

Well well, Think everyone knows it; people who linking your images, so you exceed your bandwith on your hostingprovider. Because this isn't cool, there's a solution: Using .htaccess. One note: it only works on linux!

The following rules must exist in a htaccessfile (the best option is to make a file called 1.htaccess in notepad, add the rules, and when uploaded to the hostingserver, rename it to .htaccess:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http?://(.+.)?domain1.nl/ [NC]
RewriteCond %{HTTP_REFERER} !^http?://(.+.)?domain2.nl/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .(jpg|jpeg|png|gif)$ url-to-hotlink-image [L]

Posted in Uncategorized | Comments Off on hotlinking