[TYPO3-english] config.baseURL on nested domains

Sergio Catalá Gil scatala at iti.upv.es
Thu Oct 30 10:58:17 CET 2008


Hi, 

I've been following the next instructions to use nested domains on my
site:
http://www.t3node.com/blog/nested-domains-in-a-single-typo3-pagetree/

Everything works perfectly inside the nested domain except my menu
links. If I use:

config.baseURL = http://subdomain.com

in the template of my subdomain, all URLs are converted to:
http://subdomain/..., which is desirable. But menu links are converted
too, which is something I don't want to. How could I keep the links in
my menu to be: http://domain.com/...?

My TS config for the menu is:

temp.Menu = HMENU
temp.Menu {
    entryLevel = 0
    1 = TMENU
    1 {
        noBlur = 1
        expAll = 1
        NO {
	    allWrap = <div class="main">|</div>
	    ATagTitle.field = title
        }
        ACT < .NO
        ACT = 1
        ACT {
	    doNotLinkIt = 1	    
        }
     }
}

Thanks in advance, 
Sergio



More information about the TYPO3-english mailing list