Index ¦ Archives ¦ Atom

Drupal 7 behind a reverse proxy

It is no problem to run Drupal 7 behind a reverse  proxy.

You just need to set the base_url (without a trailing slash):

$base_url = 'http://example.com/drupal';

© Christian Rhomberg. Built using Pelican. Theme by Giulio Fidente on github.