[TYPO3-dev] Real Url Problem
Nirmalya
nirmalya at fivee.in
Mon Jun 12 16:08:59 CEST 2006
previous error solved by :"LoadModule rewrite_module modules/mod_rewrite.so"
Now I am facing a problem:
its shown by the browser that:
"Error!
Error. Reason: Segment "alt_main.php" was not a keyword for a postVarSet
as expecte"
Ries van Twisk wrote:
> Nirmalya wrote:
>> Ries van Twisk wrote:
>>
>>> RealUrl did his work correctly, that's why you see a link similar to
>>> this :
>>>
>>> <a href="about-us.html">About Us</a>
>>>
>>> However your .htaccess is not processed and ass Dimitry pointed it
>>> it's .htaccess, not _.ahtaccess
>>>
>>> You only need one entry for config.baseURL
>>> config.baseURL = http://localhost/myWebsite/
>>>
>>> Ries
>>>
>>>
>>>
>>>
>>>> Hi!
>>>>
>>>> Nirmalya wrote:
>>>>
>>>>
>>>>> 1. "_.htaccess" in root of your TYPO3-installation
>>>>>
>>>> Should be .htaccess
>>>>
>>>>
>>>>
>>>>> added Lines:
>>>>>
>>>> No need to add lines. Correct .htaccess is provided with typo3.
>>>>
>>>>
>>>>
>>>>> config.baseURL = 1
>>>>> config.baseURL = http://localhost/myWebsite/
>>>>>
>>>> What is the point to set two values to the same property?
>>>>
>>>>
>>>>
>>>>> 'pagePath' => array(
>>>>> 'type' => 'user',
>>>>> 'userFunc' =>
>>>>> 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
>>>>>
>>>>> 'spaceCharacter' => '-',
>>>>> 'languageGetVar' => 'L',
>>>>> 'expireDays' => 3
>>>>> ),
>>>>>
>>>> Mising mandatory field: rootpage_id. RealURL either will not work
>>>> properly, or performance will be terrible. Read manual!
>>>>
>>>> Dmitry.
>>>>
>>>
>> Thank you Ries,
>>
>> i've
>> 1. renamed _.htaccess to .htaccess
>> 2. added 'rootpage_id' => 1, in $TYPO3_CONF_VARS['EXTCONF']['realurl'] =
>> and
>> 3.added TypoSccript setup: config.baseURL = http://localhost/myWebsite/
>>
>> but the same issue is remaining.
>> so any help ..
>>
>> thank you,
>> Nirmalya
>>
> are you sure that apache not restricted and read the .htaccess file?
>
> Ries
>> -----
>> http://fivee.in
>> _______________________________________________
>> TYPO3-dev mailing list
>> TYPO3-dev at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
>>
>
>
More information about the TYPO3-dev
mailing list