There was a status.php pahe for drupal 6 and varnish... Well now there is one for drupal 7 too:
<?php
// Register our shutdown function so that no other shutdown functions run before this one.
// This shutdown function calls exit(), immediately short-circuiting any other shutdown functions,
// such as those registered by the devel.module for statistics.
define('DRUPAL_ROOT', getcwd());
Frederik Wouters
Sterke punten
- e - commerce
- SEO
- Webserver/varnish/solr/mysql setup
Je kan bij mij terecht voor
- Webshop op maat
- Website op maat
- Uw huisstijl in een Drupal theme of in een volledige nieuwe look in samenwerking met een designbedrijf
- SEO - zoekmachine optimalisatie
- Expertise - Wij leveren een actieve bijdrage aan de Drupal gemeenschap
- Ondersteuning - Project support van het begin tot het einde.
- Drupal 6 > Drupal 7 migraties
- Apache solr setup
- Varnish setup
- Apache / lighty / mysql setup
Je kan bij mij niet terecht voor
- Enkel grafisch ontwerp
- Enkel serverbeheer
Relevant
Drupal Views Vertical columns (without tables) with html div's can easily be achieved by adding a simple template file.
Make your view use the grid (brrr tables) layout.
Then flap out te advanced fieldset and check the correct name for your view template override.
In your theme's templates folder create a file with the name suggested (something like views-view-grid--yannick-portfolio--block.tpl.php).
Paste the following code in this template file.



