Active
Project:
Subdomain
Version:
6.x-1.5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2009 at 21:27 UTC
Updated:
22 Oct 2009 at 10:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
BarisW commentedAnyone?
A real example:
I have a page called About me, which is linked to the term About (Section vocabulary).
The URL generated by pathauto is
http://about.bariswanschers.com/about-me, which should be fine.On admin/build/path the generated url is
~about/about-me(links to node/3)Pathauto settings:
[subdomain]/[title-raw]For the Subdomain settings, see attachment.
What's happening?
Comment #2
hanta commentedI have the exact same problem as you do.
These work:
http://tobias-bartel.de/~debian/test
http://tobias-bartel.de/node/1
http://debian.tobias-bartel.de/~debian/test
http://debian.tobias-bartel.de/node/1
This does not:
http://debian.tobias-bartel.de/test
I found a workaround, if i manually add a 2nd alias for the [title-raw] part it works. This http://linux.tobias-bartel.de/test-linux would give me a 404 but if a add an alias like "test-linux -> node/2" it works. I tried quite a few things but having "~linux/test-linux -> node/2" and "test-linux -> node/2" is the only way i could make this work at all.