Hallo Mike,
da fehlen wahrscheinlich noch ein paar Zeilen. Ich nehme an, diese Regel dürfte
dir helfen:
# Rule for versioned static files, configured through:
# - $TYPO3_CONF_VARS['BE']['versionNumberInFilename']
# - $TYPO3_CONF_VARS['FE']['versionNumberInFilename']
# IMPORTANT: This rule has to be the very first RewriteCond in order to work!
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)\.(\d+)\.(php|js|css|png|jpg|gif|gzip)$ $1.$3 [L]
Du hast die htaccess wohl etwas zu sehr angepasst ;-)
Am 17.07.2013 08:59, schrieb Michael Holzer:
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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german