Documentation on admin/build/path/subdomain doesn't mention the tilde before the token

jp.stacey - August 4, 2009 - 16:09
Project:Subdomain
Version:6.x-1.5
Component:Documentation
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi,

I wasn't able to get my domain aliases working until I put a tilde in the pathauto config: ~[subdomain]. This seems to square with the code from subdomain_url_rewrite_inbound:

<?php
    $alias
= "~". $subdomain . ($alias_path ? "/$alias_path" : "");
?>

but isn't mentioned in the documentation at the bottom of the "Subdomain settings" page at admin/build/path/subdomain. Am I missing something, or is the documentation missing it instead? :)

(Great module - looks like it'll slot right into what we're doing.)

#1

drupallogic - August 5, 2009 - 02:23

1) Go to "Punctuation Settings" and set "Tilde ~:" to "No action"

if you do this there is no need to put afterwards. module works fine without it.

 
 

Drupal is a registered trademark of Dries Buytaert.