[TYPO3] real URL is not working

J.Bakshi joydeep at infoservices.in
Wed Jan 2 10:03:03 CET 2008


Paul Rijke wrote:
>  
> You could set the autoconf option. In this case, realurl creates a file
> which is included in the localconf.
>   

Hi Paul,

the realUrl is working partially. the url is displaying the page name
rather than the page-id.
but the page is not found this time.

I have a page as Home. Now clicking on it shows

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Error!


  Reason: "topmenu/home.html" could not be found, closest page matching is

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`

the TSsetup is

~~~~~~~~~~~~~~~~~```
#########  real URL #####################
config {
simulateStaticDocuments = 0
hostname = http://kolkata/starter/
baseURL = 1
baseURL = starter
prefixLocalAnchors = all
tx_realurl_enable = 1
}
~~~~~~~~~~~~~~~~~~~~~~~

and the localconf.php  has

~~~~~~~~~~~~~~````
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array
('pagePath' => array
(
'type' => 'user',
'userFunc'
=>'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '-',
'languageGetVar' => 'L',
'rootPage' => '1',
'expireDays' => '30'),
'fileName' => array (
'defaultToHTMLsuffixOnPrev' => '1'),
);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

what else should I do here ?
thanks for your kind response.


> If you want to modify that (and you probably will) then you have to make
> sure that you do not have is in compressed mode.
>
> -----Oorspronkelijk bericht-----
> Van: typo3-english-bounces at lists.netfielders.de
> [mailto:typo3-english-bounces at lists.netfielders.de] Namens Dmitry Dulepov
> [typo3]
> Verzonden: woensdag 2 januari 2008 8:41
> Aan: typo3-english at lists.netfielders.de
> Onderwerp: Re: [TYPO3] real URL is not working
>
> Hi!
>
> J.Bakshi wrote:
>   
>> Thanks for the response. Could you kindly give me any hints about how 
>> to configure the
>>
>> typo3conf/localconf.php ?
>>     
>
> Reading manual usually helps. It is in extension's "doc" directory.
>
> --
> Dmitry Dulepov
> TYPO3 core team
> Web: http://typo3bloke.net/
> Skype: callto:liels_bugs
> "Nothing is impossible. There are only limits to our knowledge"
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
>   


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Joydeep Bakshi, Linux System Admin
Kolkatainfoservices Pvt Ltd,
23A Royd Street, Kolkata 700016, India
Work Phone 91 033 40014784
http://infoservices.in/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



More information about the TYPO3-english mailing list