[TYPO3-english] real url- not found error
Xavier Perseguers
typo3 at perseguers.ch
Thu Oct 16 16:17:19 CEST 2008
Hello,
> The requested URL /unternehmen/ was not found on this server.
> ------------------------------
> Apache/2.0.55 (Ubuntu) PHP/5.1.2 mod_ssl/2.0.55 OpenSSL/0.9.8a Server at
> www.serviceforce-com.de Port 80
>
>
> here is realurl_conf.php code :
> <?php
> $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
> 'init' => array(
> 'enableCHashCache' => 1,
> 'appendMissingSlash' => 'ifNotFile',
> 'enableUrlDecodeCache' => 1,
> 'enableUrlEncodeCache' => 1,
> 'respectSimulateStaticURLs' => 0,
> 'postVarSet_failureMode'=>'redirect_goodUpperDir',
> ),
> 'redirects_regex' => array (
>
> ),
> 'preVars' => array(
> [...]
> 'fileName' => array(
> 'defaultToHTMLsuffixOnPrev'=> "" ,
> 'index' => array(
> 'rss.xml' => array(
> 'keyValues' => array(
> 'type' => 100,
> ),
> ),
> 'rss091.xml' => array(
> 'keyValues' => array(
> 'type' => 101,
> ),
> ),
> 'rdf.xml' => array(
> 'keyValues' => array(
> 'type' => 102,
> ),
> ),
> 'atom.xml' => array(
> 'keyValues' => array(
> 'type' => 103,
> ),
> ),
> ),
> ),
> );
> php?>
You do not need to write php?> at the end, ?> is sufficiant. Did you try
to define a filename with the default type = 0? I always do this and I
wonder why you don't have one. I also always define '_DEFAULT' as last
filename. Maybe this helps.
--
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html
More information about the TYPO3-english
mailing list