[TYPO3-english] realurl on a website with several rootpage templates
Fernando
falcifer2001 at yahoo.es
Mon Apr 13 11:38:22 CEST 2009
In my case I havent sysfolders
I have
-page 1
--subpage 1.1
--subpage 1.2
-page 2
--subpage 2.1
--subpage 2.2
page1 and page 2 have its own template. I dont have subdomains. I looking
for something like
if www.dom1.com then rootPageId= 1
if www.dom1.com/something/ then rootPageId= 2
$TYPO3_CONF_VARS['EXTCONF']['realurl']['www.domain1.tld']['pagePath']
['rootpage_id'] = 123;
baseURl=www.domain1.tld
$TYPO3_CONF_VARS['EXTCONF']['realurl']['www.domain1.tld/something/']
['pagePath']['rootpage_id'] = 456;
baseUrl =www.domain1.tld/something/
is it ok?
El Mon, 13 Apr 2009 10:58:32 +0200, Steffen Gebert escribió:
> Sebastian Gebhard wrote:
>> Home page
>> - folder1 (with rootlevel template)
>> - subpages
>> - folder2 (with rootlevel template)
>> - subpages
>>
>> The project is still one single website.
>>
>> I expected the following url structure: www.domain.tld/folder1/subpage/
>>
>> But i get: www.domain.tld/subpage/ even when i assign a path segment to
>> the sysfolder in the page properties.
>>
>> I think this is caused by the rootlevel template inside the sysfolder.
>>
>> So, what can I do?
>>
>> Do I have to rebuild the Website to run realurl correctly? (I would
>> like to, but I need to convince the customer)
> You certainly wouldn't have to rebuild everything ;-) I think moving
> some pages should help!
>
> Have you tried to change the page type of the sysfolders folder(1|2) to
> normal page (or shortcut)?
>
> Steffen
More information about the TYPO3-english
mailing list