Downloads
Download tar.gz
11.52 KB
MD5: 60fe73630374400b38f2cdc2c3b1210e
SHA-1: d7cdeb925be5d5d368fd6738ca57a923fa4371e8
SHA-256: e9726b15a74b44fa8f0e2f8018a7f00569fbd07bcd7504877d6ba382a1296c94
Download zip
13.29 KB
MD5: 28fe3eea3a6169ef71a5824410949268
SHA-1: 15eedddb0c0a060fa5bf923a26b5cd007d197df9
SHA-256: ba8a5308824585eb9856d2d602aef0d2c77368c8efd0fe275e762404d0e3e2e6
Release notes
Changed the Subdomain prefix from _ to ~
If upgrading from a Release candidate, edit /path/to/drupal/.htaccess, scroll to the bottom and find this line:
RewriteRule ^(.*)$ index.php?q=_%1/$1 [L]
Replace the underscore (_) with a tilde (~), so that it becomes:
RewriteRule ^(.*)$ index.php?q=~%1/$1 [L]