You are here

constant GLOBALREDIRECT_CASE_SENSITIVE_URLS_ENABLED in Global Redirect 5

2 uses of GLOBALREDIRECT_CASE_SENSITIVE_URLS_ENABLED
globalredirect_admin_settings in globalredirect_admin/globalredirect_admin.module
Function to generate the form setting array
globalredirect_init in ./globalredirect.module
Implementation of hook_init().

File

./globalredirect.module, line 17
The Global Redirect module redirects for all paths which have aliases but are not using the aliases which reduces the risk of duplicate content.

Code

define('GLOBALREDIRECT_CASE_SENSITIVE_URLS_ENABLED', 1);