You are here

drupal

CRM-CMS.nl

CRM-CMS.nl is a Dutch language project to gather information about free software content relationship management and content management systems. It's both a blog and wiki, which is as of June 2010 still only editable by myself.

Bouwbedrijf Marell

I have built a website for construction company Marell in the South of Limburg with information about construction using concrete and about the projects that Marell BV is realizing in the area.

Ik heb een website gebouwd voor Bouwbedrijf Marell in Zuid Limburg.

Recursively create lowercase symlinks to filenames with uppercase letters - in Python

I'm working on a project to convert a big ASP website into Drupal. On Windows OSes there is not really a distinction between upper and lower case characters in filenames. At first I thought to just leave the capitals, but on web pages links were sometimes with capitals and sometimes lowercase. So I added some stuff to the Apache configuration, usually inside the VirtualHost directive (this does not work in .htaccess):

<

pre>
RewriteEngine on
RewriteMap lc int:tolower
RewriteCond %{REQUEST_URI} [A-Z]

Pages