Actions
Bug #15344
closedframeset+realurl+config.baseUrl failed for search engines
Start date:
2006-01-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.1
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have see many unusual failure url log in realurl.
Finally, I have discovery that so many common search engine do not read <base> tag for <frameset>.
e.g. yahoo, baidu; largest search engines in china
I am not sure it is wrong / right implement of their spider.
But I think typo3 should handle this case carefully.
Typo3 should
replacing site absolute url(i.e. start with / )
or complete absolute url(i.e. start with http:// )
in <frame src >
(issue imported from #M2157)
Updated by Dmitry Dulepov about 16 years ago
I do not think TYPO3 should do anything at all. Use config.absRefPrefix as described in the documentation...
Updated by Christian Kuhn over 15 years ago
Resolved, no change required.
A good solution by Dmitry: http://dmitry-dulepov.com/article/check-your-404-traffic.html
Actions