You are here

constant DRUPAL_ROOT in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 uri_map_redirect.php \DRUPAL_ROOT
1 use of DRUPAL_ROOT
uri_map_redirect.php in ./uri_map_redirect.php
Sample file for handling redirection from old to new URIs. Use an Apache rewrite rule (or equivalent) to map legacy requests to this file. To use, copy or symlink this file to the root of your drupal site. Customize this file to your needs.

File

./uri_map_redirect.php, line 47
Sample file for handling redirection from old to new URIs. Use an Apache rewrite rule (or equivalent) to map legacy requests to this file. To use, copy or symlink this file to the root of your drupal site. Customize this file to your needs.

Code

define('DRUPAL_ROOT', getcwd());