[TYPO3] Generating unique links for Internal Page [t3-newbie]

maaboo maaboo at gmail.com
Tue Sep 23 12:22:25 CEST 2008


Well done! Almost well.. I uninstall all plugins and clear config. Here it
is:

$TYPO3_CONF_VARS["FE"]["realurl"]["langCodes"] = array();
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
'init' => array(
  'enableUrlDecodeCache' => 1,
  'enableUrlEncodeCache' => 1,
  'enableCHashCache' => 1,
),

'redirects' => array(),
'redirects_regex' => array(),
'preVars' => array(),
'pagePath' => array(
  'type' => 'user',
  'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
  'spaceCharacter' => '_',
  'languageGetVar' => 'L',
  'expireDays' => 60,
  'rootpage_id' => 14,
  'segTitleFieldList' => '',
  'disablePathCache' => 0,
  'firstHitPathCache' => 1,
  'autoUpdatePathCache' => 0,
  'dontResolveShortcuts' => 0,
),
'fixedPostVars' => array(),
'postVarSets' => array(
  'GETvar' => 'tx_ttnews[tt_news]',
),
'fileName' => array(),
);
?>

It now generates: mysite.name/page-id

Who stole the page path? :-)

If we'll meet - be ready to drink a lot of beer! :-)

PS/Off: Can you give me some advices how to optimize T3 for highload (i'm
afraid to get down hoster's server)? I wrote to Typo3-perfomance - but there
were no answers. Also i collecting information to write a good user guide,
and all of your answers very helps in it.

May be you have secret ex-USSR free-support? :-D

2008/9/23 Dmitry Dulepov [typo3] <dmitry at typo3.org>

> maaboo wrote:
> > I don't need to shorten them. The project has 'speaking' URLs like:
> > mysite.name/i/tell/you/something/
> > it's a part of idea (so you should be inspired just looking on URL before
> > reading their content :-)
> >
> > I'm from Moscow, Russia. :-) I think i'm the only in Russia who building
> up
> > site which will maintain thousands of pages in near future (i hope that
> at
> > least). I feel lonely. :-\
>
> May be we meet when I visit my parents there next time :)
>
> There are lots of TYPO3 developers in Russia. I think there is even a local
> web site for TYPO3 developers. And these mailing lists have russian user
> group. I used to subscribe to it but later unsubscribed (not very
> interesting comparing to english group).
>
> > Do you mean that i should the following in urltoolconf_realurl.php (i use
> > EXT:URLTool):
> >
> >     'postVarSets' => array(
> >             'GETvar' => 'tx_ttnews[tt_news]',
> >     ),
> >
> > ? But i already have these lines. It generates
> > 'ochen-dlinnoe-nazvanie-novosti'. '' What should i do?
>
> No, it can't generate that ;) It can generate only a number. Title of the
> news will be generated by a different postVarSet definition. I am not sure
> what URLTool does. I always create configuration manually.
>
> --
> Dmitry Dulepov
> TYPO3 Core team
>

-- 
with respect, MaaBoo
ICQ UIN: 22694713


More information about the TYPO3-english mailing list