Bring leider nichts hab immer noch dasselbe Problem, ich habs auch mal mit der originalen htaccess von TYPO3 probiert.
Das ist der Pfad eines Bildes auf einer Unterseite, CoolURI schreibt den Navigationspfad dazwischen. http://www.municall.de/vertriebspartner/interessenten/distribution/uploads/tx_imagecycle/Municall_Distribution_Banner.png ### Begin: Settings for mod_rewrite ### # You need rewriting, if you use a URL-Rewriting extension (RealURL, CoolUri, SimulateStatic). <IfModule mod_rewrite.c> # Enable URL rewriting RewriteEngine On # Change this path, if your TYPO3 installation is located in a subdirectory of the website root. RewriteBase / # 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] # Stop rewrite processing, if we are in the typo3/ directory. # For httpd.conf, use this line instead of the next one: # RewriteRule ^/TYPO3root/(typo3/|t3lib/|fileadmin/|typo3conf/|typo3temp/|uploads/|favicon\.ico) - [L] RewriteRule ^(typo3/|t3lib/|fileadmin/|typo3conf/|typo3temp/|uploads/|favicon\.ico) - [L] # Redirect http://example.com/typo3 to http://example.com/typo3/index_re.php and stop the rewrite processing. # For httpd.conf, use this line instead of the next one: # RewriteRule ^/TYPO3root/typo3$ /TYPO3root/typo3/index.php [L] RewriteRule ^typo3$ typo3/index_re.php [L] # If the file/symlink/directory does not exist => Redirect to index.php. # For httpd.conf, you need to prefix each '%{REQUEST_FILENAME}' with '%{DOCUMENT_ROOT}'. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l # Main URL rewriting. # For httpd.conf, use this line instead of the next one: # RewriteRule .* /TYPO3root/index.php [L] RewriteRule .* index.php [L] </IfModule> ### End: Settings for mod_rewrite ### -----Ursprüngliche Nachricht----- Von: typo3-german-boun...@lists.typo3.org [mailto:typo3-german-boun...@lists.typo3.org] Im Auftrag von Jana Golinowski Gesendet: Mittwoch, 17. Juli 2013 09:32 An: typo3-german@lists.typo3.org Betreff: Re: [TYPO3-german] CoolURI Problem Hallo Michael, > müssen die Zeilen von dir zu meinen hinzu oder ersetzen die welche? die kommen dazu. Und zwar als erste Regel (wie es in dem Kommentar steht) nach RewriteEngine On. Ich habe das übrigens auch nur aus der originalen _.htaccess von TYPO3 kopiert (in meinem Fall Version 4.7). Du kannst deine Regeln ja mal damit vergleichen. Grüße, Jana. _______________________________________________ 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