Project

General

Profile

Actions

Bug #19065

closed

Invalid URL with nested subdomain

Added by Amael Doe almost 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2008-07-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hi,

I'm using a setup where I have:

- Website
- MyWebsite (domain: www.domain1.com)
- page1
- page2
- Specific page (domain: specific.domain1.com)

When browsing the site under "www.domain1.com", link to "specific.domain1.com" are correct.
When browsing the site under "specific.domain1.com", link to "www.domain1.com" are correct.
Switching between both domain when using inter domain link work great (although I had to use the kb_domainLinks extention).

The problem is visible with extention like tt_news and mc_googlesitemap: link generated in the RSS/sitemap double the URI: this render like:

http://www.domain1.com/http://www.domain1.com/rest_of_the_uri

I also noticed that typo3 use absolute URI everywhere, which does not seems to be the normal behavior (ie: you get a href="http://www.domain1.com/fileadmin/myfile" in place of a href="fileadmin/myfile").

I suspect this is related to the above issue.

(issue imported from #M8906)

Actions #1

Updated by Amael Doe almost 16 years ago

This in fact seems to be a kb_domainLinks problem: removing the extention and the problem is solved. The problem is temporarily workarounded using:

config.domainTarget =

On page including tt_news/mc_googlesitemap.

Actions #2

Updated by Dmitry Dulepov over 15 years ago

Nested domains were not really supported till 4.2. I tested again and it works. Closing the bug as non-reproducable.

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF