[TYPO3-english] RealURL and domain

Pero Peric pperic at pero.hr
Tue Jul 10 14:27:41 CEST 2012


It seems I found it. It's all about RealURL configuration for multiste. When 
defined properly RealURL will not make DB query for domain record id but 
will find it in config file. This way it's possible to have a domain name 
set to some.site.com/somepage.

regards.


"Pero Peric"  wrote in message 
news:mailman.1.1341919311.32593.typo3-english at lists.typo3.org...

Hi. Regarding my previous post I found this. If you have virtualhost where
you define some website via alias like this:

<VirtualHost>

  ServerName some.site.com
  Alias /somepage /path_to_typo3/

</VirtualHost>

then in normal conditions (by normal I mean there is no RealURL installed)
you have to define domain record in TYPO3 like this:

some.site.com/somepage

When you install RealURL then problem arrives. RealURL will make SQL query
to check for domain BUT without /somepage part (it checks only for
some.site.com). This will return none because domain is created like
some.site.com/somepage and all this will produce RealURL error. Now, if you
change domain record to be some.site.com (without /somepage part) this will
be ok for RealURL but it will not be ok for TYPO3 in multisite enviroment.
TYPO3 will show first site in the page tree instead of the proper site. Can
anybody help me with this, maybe I'm doing something wrong? Dmitry are u
alive? THX.

Regards. 



More information about the TYPO3-english mailing list