Drupal
Pagina niet gevonden van Locale javascript translation files
Nadat ik een aantal Locale instellingen veranderd had, kreeg ik nadien steeds de volgende 'page not found' waarschuwing in mijn log:
| Type | page not found |
| Location | /sites/default/files/languages/nl_b9a0d0f79075a0e581d6f0700086988b.js?3 |
| Referrer | /admin/settings/language … |
Optimaliseren van de robots.txt en de Google Webmaster tools
Een week geleden heb ik wat URL paden gewijzigd. Met de Webmaster tools van Google, kun je controleren webcrawler geen crawl fouten heeft: www.google.com/webmasters/tools/
De Google web crawler fouten lijst, bevatte enkele paden, die ik niet gebruik, maar gebruikt wordt door de hosting provider. Ook …
Optimizing the robots.txt and the Google webmaster tools
One week ago, this site had some URL path changes. It is possible to check for Google crawl errors on: www.google.com/webmasters/tools/
The web crawler errors were containing some paths, which I am not using, but are used by the hosting provider. My directory structure also contains some paths, …
Controleren van de database integriteit in Drupal en opschonen van de database
Na enige tijd kan het geval zijn dat de database integriteit niet goed meer is. Dit hoeft niet altijd problemen veroorzaken, maar het is beter om het op te schonen.
De oorzaak hiervan kan zijn, bijvoorbeeld het installeren en verwijderen van modules, en dat deze niet goed de-installeren.
Met de …
Checking database integrity in Drupal and cleanup the database
After some time the database integrity is not ok. This does not always cause problems, but it is better to clean up.
The cause is for example installing and removing modules, which are not de-installing very well.
With the Schema module is it possible to look for the database integrity. The status …
Drupal: Optimizing the website speed
There are several ways to optimize the your Drupal website:
- Enable Drupal caches
- Daily Automatic optimization of the database tables
Before you start
Before you start to optimize your website, you first have to measure the current speed.
This is can be done with this service: …
Howto change the .htaccess mod_rewrite and background information
In this post I try to explain about the how the mod_rewrite module of Apache2 works.
For example we are taking here the mod_rewrite part from .htaccess delivered with Drupal, but other CMS’s has something similar in the .htaccess file:
# Various rewrite rules.
<IfModule mod_rewrite.c> …
Taxonomy in Drupal 6
Drupal contains Taxonomy to categorize the content. There are several ways to do this, for example:
- Tags on content
- Category on content
Tags on content
Taxonomy in Drupal can be configured to use tags in the content. Tags are very handy to find back related content. Nodes like a blog entry, page …
Making a multi-language site
Add other languages
Go to the following menu to add the language(s) you have uploaded together with Drupal:
Home›Administer›Site configuration›Languages
- Click on ‘Add language’, select the language and click ‘Add language’.
Remark: If you have the choice, it is better to …