[Typo3-UG Oesterreich] Unreal Urls (Probleme mit RealUrl)

Jakob Kristoferitsch e0326697 at student.tuwien.ac.at
Tue Oct 19 15:57:01 CEST 2004


Hallo!
Ich habe mit typo 3.7.0 und realurl 0.2.0 folgendes Problem:
1.) (nicht so wichtig) Das Problem von 3.6.2 ist auch bei 3.7.0 noch nicht
weg: ich kriege Url's der Form domain/typo3/id/ und hätte sie gerne in der
Form: domain/pfad/name oder /typo3/pfad/name.
2.) (wichtig) Auf den Sitemap's wird nicht die "richtige" Url: /id/#nummer
verwendet sondern nur /#nummer, was dazu führt, das sie nicht funktionieren.

Danke,
Jakob

Seite: www.nosummer.com
Setup von realUrl:
// RealUrl v0.2.0 Config
$TYPO3_CONF_VARS['EXT']['extConf']['realurl']['_DEFAULT'] = array(
  'init' => array('appendMissingSlash'=>1),
  'redirects' => array(),
  'preVars' => array(),
  'pagePath' => array('type' => 'user',
        'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
        'spaceCharacter' => '_','expireDays' => 3),
  'fixedPostVars' => array(),
  'postVarSets' => array(),
  'fileName' => array('index' => array('page.html' => array('keyValues' =>
array ('type' => 1,)),'_DEFAULT' => array('keyValues' => array()),),
        'defaultToHTMLsuffixOnPrev'=>1),
);
$TYPO3_CONF_VARS["FE"]["realurl"]["langCodes"] = array(); // disable a
language-prexix in the URL
//end of RealUrl Config
TS Conf:
config.simulateStaticDocuments = 0
#RealUrl 0.2.0
config.baseURL = 1
config.tx_realurl_enable = 1

# Default PAGE object:
page = PAGE
page.typeNum = 0
#Surpress the first entry in the Sitemap
tt_content.menu.20.3 {
    select.begin = 1
    #wrap = <td class="sitemap_td">|</td>
    renderObj.wrap = &nbsp;-&nbsp; |
}





More information about the TYPO3-at mailing list