[TYPO3] RealURL and root page name

Francois Suter fsuter at cobweb.ch
Wed Jul 5 17:28:00 CEST 2006


Hi,

I have a 2-language, 1-tree web site set up with RealURL adn have  
played with different settings. With:

		'fileName' => array(
			'defaultToHTMLsuffixOnPrev' => 0,

and no default filename mapped, the URL to my root page in English is:

http://www.mysite.com/en/

With:

		'fileName' => array(
			'defaultToHTMLsuffixOnPrev' => 0,
			'index' => array(
				'index.html' => array(
					'keyValues' => array(),
				),

it gets changed to:

http://www.mysite.com/en/index.html

which is fine too. But the following combination:

		'fileName' => array(
			'defaultToHTMLsuffixOnPrev' => 1,
			'index' => array(
				'index.html' => array(
					'keyValues' => array(),
				),

results in:

http://www.mysite.com/en.html

which is wrong. As there are two solutions that work, this is not too  
bad, but it means that for internal pages, I can have URLs such as:

http://www.mysite.com/en/page1/page2/page3/
http://www.mysite.com/en/page1/page2/page3/index.html

but not:

http://www.mysite.com/en/page1/page2/page3.html

since this will break links to the root page.

Has anyone experienced the same problem? Should it be considered a bug?

François Suter
Directeur technique
-----------------------------------------------------
Cobweb Development Sàrl
www.cobweb.ch
-----------------------------------------------------




More information about the TYPO3-english mailing list