![]() |
Форум больше не используется. Присоединяйтесь к каналу #community-ru в Slack for TYPO3 community |
|
![]() |
#1 |
Administrator
|
![]()
http://bugs.typo3.org/view.php?id=1208
И вот еще 07-06-2005 13:31 by Andreas Dolleschal, andreas@we dont want spamdeveloper.at Hi, We have a typo3 installation (V3.7) where we use domain-pointers because we have many subwebs in one installation. If we try to link internally from one domain to another domain, the links will not produced correctly. For example: link to Page 1023 in another domain produces this link: http://another.domain.com/?id=1023 as you can see there is index.php missing. Snooping a little into the Source i found the following statement in class.tslib_content.php (Line 4996) ---- $this->lastTypoLinkUrl = $this->URLqMark('http://'.$tCR_domain.'/?id='.$page['uid'],$addQueryPara ms).$sectionMark; ---- >From my point of view holds $tCR_domain just the URL to the domain (eg: http://another.domain.com) which results in the above Url. Changing the statement to ---- $this->lastTypoLinkUrl = $this->URLqMark('http://'.$tCR_domain.'/index.php?id='.$page['uid'],$add QueryParams).$sectionMark; ---- Fixes this problem. Hopefully this change does not result in any sideeffects. Best regards, Andreas |
![]() |
![]() |
![]() |
#2 |
Administrator
|
![]()
http://typo3.org/documentation/mailing-lists/dev-list-archive/thread/110125976/?tx_maillisttofaq_pi1%5Bsword%5D=typolinkCheckRoot line&tx_maillisttofaq_pi1%5Banswered_only%5D=0&tx_ maillisttofaq_pi1%5Bmode%5D=1
|
![]() |
![]() |
![]() |
#3 |
Новенький
Регистрация: 19.01.2006
Сообщений: 6
|
![]()
Да, мы будем стараться это делать осторожно. Не хотелось бы получить побочный эффект.
А что касается мультидоменности на типо3, то в целом мы изначально планировали увязать в единое информационное поле все наши сайты и сайты СП: одна точка ввода, тираж на всех сайтах. |
![]() |
![]() |
![]() |
#4 |
Senior Member
Регистрация: 07.02.2006
Сообщений: 202
|
![]()
Сколько доменов вы планируете в одну систему запихнуть?
|
![]() |
![]() |
![]() |
#5 |
Продвинутый
|
![]()
К сожалению стандартный подход не решает проблем с алиасами.
__________________
http://crimeawithme.com |
![]() |
![]() |
![]() |
#6 |
Senior Member
|
![]()
Что за проблема такая???
|
![]() |
![]() |
![]() |
#7 |
Продвинутый
|
![]()
Кэш глючит :\
__________________
http://crimeawithme.com |
![]() |
![]() |