![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
Hallo! Ich habe TYPO3 Version 4.0.2. mit REALURL und mod_rewrite auf einem Linuxserver installiert. Mehrere Domains mit VirtualHost. Alles funktioniert ok, nur Bilder (oder andere Dateien), die sich innerhalb des typo3-Verzeichnisses befinden, wie z.B. die PDF-Icons (in typo3/sysext/cms/tslib/media/fileicons/pdf.gif) werden nicht angezeigt. Wenn ich versuche die Grafik zu laden z.B. http://www.mydomain.com/typo3/sysext/cms/tslib/media/fileicons/pdf.gif bekomme ich folgende Fehlermeldung: 500 Internal Server Error. Wenn ich statt der Domain die IP-Adresse eingebe (z.B. http://meineIPAdresse/typo3/sysext/cms/tslib/media/fileicons/pdf.gif), wird das Bild angezeigt. Meine Konfiguration: IM SETUP: config.simulateStaticDocuments = 0 config.baseURL = http://www.mydomain.com/ config.tx_realurl_enable = 1 config.prefixLocalAnchors = all .HTACCESS: RewriteEngine On 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 APACHE2.CONF: <Directory "/var/www/cms"> Options FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory> # Include the virtual host configurations: Include /etc/apache2/sites-enabled/ VIRTUAL HOST DATEI: <VirtualHost *> ServerAdmin xxxxxxxxx DocumentRoot /var/www/cms/ ServerName www.mydomain.com ErrorLog /var/log/apache2/xyz/error.log LogLevel debug CustomLog /var/log/apache2/xyz/access.log combined ServerSignature On <Directory www.mydomain.com> Options FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> <Directory www.mydomain.com/typo3> Options FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> <Directory /var/www/cms/> Options FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> <Directory /var/www/cms/typo3/> Options FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> <Directory /usr/share/typo3/typo3_src-4.0/typo3/> Options FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> </VirtualHost> Hat jemand eine Idee, was hier falsch läuft? Christine |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Sollten nicht mehr benötigte Bilder nicht aus dem uploads/pics/ Verzeichnis entfernt werden? | mike1981 | TYPO3 4.x Fragen und Probleme | 0 | 27.02.08 20:37 |
| Bilder werden nicht angezeigt | goldorak | TYPO3 4.x Fragen und Probleme | 4 | 23.10.07 20:01 |
| Bilder werden nicht angezeigt | filterman | TYPO3 3.x Fragen und Probleme | 1 | 18.10.07 10:12 |
| RealURL: Bilder werden nicht angezeigt | x-behind | Suchmaschinenfreundliche URLs (SEO) | 1 | 12.04.07 18:19 |
| Typo3 Bilder werden nicht angezeigt | typos | TYPO3 4.x Fragen und Probleme | 4 | 18.04.06 16:34 |