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:

    $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.)

Comments

drupallogic’s picture

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.

finex’s picture

I think this bug can be considered as "closed". The readme tells how configure the "~".

setvik’s picture

Status: Active » Closed (fixed)