[TYPO3-german] CoolURI Problem

Michael Holzer mh at mp-telekommunikation.de
Wed Jul 17 08:59:49 CEST 2013


Hallo zusammen,

 

ich hab CoolURI installiert und die htaccess angepasst.

Soweit funktioniert das auch aber nur auf der Startseite, sobald ich auf
eine Unterseite gehe stimmen die Pfade nicht mehr, sprich es gehen keine
Bilder oder CSS mehr.

 

Inhalt der htaccess

 

RewriteEngine On

RewriteRule
^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)
$ - [L]

RewriteRule
^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)
/.*$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule .* index.php [L]

RewriteBase /

 

Typoscript


[globalString = ENV:HTTP_HOST=municall.de]
    config.baseURL = http://www.municall.de/
[global]

config.tx_cooluri_enable = 1
config.redirectOldLinksToNew = 1

 

 

Gruss

Mike



More information about the TYPO3-german mailing list