Closed (fixed)
Project:
Subdomain
Version:
6.x-1.5
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2009 at 16:09 UTC
Updated:
23 Dec 2009 at 13:55 UTC
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
Comment #1
drupallogic commented1) 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.
Comment #2
finex commentedI think this bug can be considered as "closed". The readme tells how configure the "~".
Comment #3
setvik commented