[TYPO3-UG Italy] R: RealURL: Error! No template found!

Lomonaco Davide Davide.Lomonaco at bhuman.it
Mon May 28 17:08:18 CEST 2007


Di seguito il contenuto del file realurlconf.php:

<?php
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
	'init' => array(
		'enableCHashCache' => 1,
		'appendMissingSlash' => 'ifNotFile',
		'enableUrlDecodeCache' => 1,
		'enableUrlEncodeCache' => 1,
		'respectSimulateStaticURLs' => 0,
		'postVarSet_failureMode'=>'redirect_goodUpperDir',
		'emptyUrlReturnValue'=>'index.html',
	),
    'redirects_regex' => array (

    ),
	'preVars' => array(
		array(
			'GETvar' => 'no_cache',
			'valueMap' => array(
				'no_cache' => 1,
			),
			'noMatch' => 'bypass',
		),
		array(
			'GETvar' => 'L',
			'valueMap' => array(
				'en' => '1',
			),
			'noMatch' => 'bypass',
		),
	),
	'pagePath' => array(
		'type' => 'user',
		'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
		'spaceCharacter' => '-',
		'languageGetVar' => 'L',
		'expireDays' => 7,
		'rootpage_id' => 1,
	),
	'postVarSets' => array(
		// news pagebrowser
		'browse' => array(
			array(
				'GETvar' => 'tx_ttnews[pointer]',
			),
		),
	),

	'fileName' => array(
		'defaultToHTMLsuffixOnPrev'=>1
	),
 );
 php?>

-----Messaggio originale-----
Da: typo3-ug-italy-bounces at lists.netfielders.de [mailto:typo3-ug-italy-bounces at lists.netfielders.de] Per conto di Lomonaco Davide
Inviato: lunedì 28 maggio 2007 17.04
A: typo3-ug-italy at lists.netfielders.de
Oggetto: [TYPO3-UG Italy] RealURL: Error! No template found!

Ciao a tutti.

Sto valutando la possibilità di pubblicare pagine statiche con Typo3.

 

Qualcuno è in grado di dirmi come mai con l'estensione RealURL (+ realurlconfigurator) la rootpage non viene gestita?

 

L'href della rootpage generato è "http://localhost/typo3/" e seguendo l'URL come risultato ricevo la pagina di errore: No template found!

 

Inserendo nel file di configurazione realurlconf.php l'opzione 'emptyUrlReturnValue'=>'index.html', cambia l'href in "index.html", cambia l'errore, ma continua a non funzionare: "Reason: "index.html" could not be found, closest page matching is".

 

Grazie in anticipo.

Davide

------------------------------------------------

Davide Lomonaco - Solution Architect 

B Human Srl - www.bhuman.it 

Via Canzio, 15 - 20131 Milano 

Tel +39.02 20 23 271 - Fax +39.02 20 240 561

------------------------------------------------

 



Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il mittente e, tenuto conto delle responsabilità connesse all'indebito utilizzo e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it erroneously. If so, the receiver is requested to immediately inform the sender and - in consideration of the responsibilities arising from undue use and/or disclosure of the message and/or the information contained therein - destroy the original message and any copy or printout thereof.


_______________________________________________
TYPO3-UG-italy mailing list
TYPO3-UG-italy at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-italy


More information about the TYPO3-UG-italy mailing list