[Typo3] realurl-> decodeSpURL isn't called

Dirk Diebel ddiebel at web.de
Tue Nov 1 13:21:24 CET 2005


Hello,
yes, the mod_rewrite configuration is working.
And my .htaccess looks like this :
Options +FollowSymLinks
RewriteEngine on
RewriteBase /dd/
RewriteRule ^/typo3$ - [L]
RewriteRule ^/typo3/.*$ - [L]
RewriteRule ^/typo3conf$ - [L]
RewriteRule ^/typo3conf/.*$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule .* index.php

don't know where to look,
Dirk

Lars Houmark schrieb:
>>once again realurl.  all my links are generated well. but if i clicked
>>on them , i just got my startpage.
>>
>>i tried to debug the method and found out that tx_realurl->decodeSpURL
>>isn't called ?
>>
>>has anyone an idea ? why or hwo to fix this ?
> 
> 
> Hello,
> 
> Are you 100% sure that you have the necessary mod_rewrite configuration 
> working?
> 
> This is normally the reason for people getting the frontpage no matter what 
> they do.
> 
> Regards,
> 
> Lars 
> 
> 



More information about the TYPO3-english mailing list