[Typo3] realurl-> decodeSpURL isn't called

Dirk Diebel ddiebel at web.de
Thu Nov 3 09:27:07 CET 2005


Thanks for your answer,
but the RewriteRule must be .* index.php , because
my typo3 installation is a subdirectory.

If i took /index.php , i get everything to my normal
root dir.

bye,
Dirk


Brice Bernard schrieb:
> <try>
> RewriteRule .* /index.php
> </try>
> 
> Maybe ?
> 
> Brice
> 
> 
> 2005/11/1, Dirk Diebel <ddiebel at web.de>:
> 
>>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
>>>
>>>
>>
>>_______________________________________________
>>Typo3-english mailing list
>>Typo3-english at lists.netfielders.de
>>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>



More information about the TYPO3-english mailing list