Changes between Initial Version and Version 1 of Ticket #21236, comment 2
- Timestamp:
- 07/12/2012 02:57:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21236, comment 2
initial v1 1 1 Hi there 2 2 3 I think the domain mapping plugin is not related to this issue . But I will try to setup a clean install on my local box3 I think the domain mapping plugin is not related to this issue (it's just my current setup). But its really hard to do this on a dev box if you can't fake all the full-domains 4 4 5 This is very trivial but if you change the siteurl for a sub-site to a fully qualified domain ... then the link to Network Admin (from that subsite) is broken as the link shows as http// not http:// 5 This is very trivial but it affects the siteadmin user experience ... if you change the siteurl for a sub-site to a fully qualified domain ... then the link to Network Admin (from that subsite) is broken as the link shows as 6 {{{ 7 http// 8 }}} 9 not 10 {{{ 11 http:// 12 }}} 13 6 14 7 15 I've attached a screenshot for your records ... note the URL in the bottom left of the chrome status bar 16 17 If the link works for you then im happy to close this 8 18 9 19 Cheers