[TYPO3] Desperate with RealURL

Unai Aizpurua unai at alambre.net
Fri Jan 11 17:06:41 CET 2008


HI All,

I'm trying my first adventure with RealUrl and it's more like a nightmare.

Tried the minimun changes to the default setting.
This is my configuration:

.htaccess
=========
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /web_t3/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /web_t3/index.php [L]
</IfModule>

TS
==
config.simulateStaticDocuments = 0
config.baseURL = http://172.26.0.101/web_t3/
config.tx_realurl_enable = 1

Localconf.php
=============
$TYPO3_CONF_VARS['EXT']['extConf']['realurl'] = 
'a:3:{s:10:"configFile";s:26:"typo3conf/realurl_conf.php";s:14:"enableAutoConf";s:1:"1";s:14:"autoConfFormat";s:1:"0";}'; 


The links in the frontends appears correctly:
http://172.26.0.101/web_t3/leve11/level2

But when you click this typo3 message appears:
"Reason: "level1/level2/" could not be found, closest page matching is"

Any idea Why this can be?
I lost all the day searching for a solution, but nothing.

Thanks in advance.

Unai Aizpurua
unai at alambre.net


More information about the TYPO3-english mailing list