...die ich bereits benutzt habe, um mit Realurl zu arbeiten.
Eine genaue Beschreibung ist nicht mehr vorhanden, falls Fragen dazu auftauchen mailen Sie mich aber einfach an, hoffentlich kann ich es Ihnen dann etwas näher bringen.
RewriteEngine On RewriteRule ^typo3$ - [L] RewriteRule ^typo3/.*$ - [L] RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php oder RewriteEngine On RewriteRule ^typo3$ - [L] RewriteRule ^typo3/.*$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php
config.simulateStaticDocuments = 0 config.baseURL = 1 config.tx_realurl_enable = 1 config.prefixLocalAnchors = all oder - ERROR: Line 7: Object Name String, "oder" was not preceeded by any operator, =<>({ config.simulateStaticDocuments = 0 config.baseURL = http://komisch.ch/ config.tx_realurl_enable = 1 config.uniqueLinkVars = 1 config.linkVars = L
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array( 'init' => array( 'enableCHashCache' => 1, 'appendMissingSlash' => 'ifNotFile', 'enableUrlDecodeCache' => 'TRUE', 'enableUrlEncodeCache' => 'TRUE', ), 'preVars' => array( array( 'GETvar' => 'no_cache', 'valueMap' => array( 'no_cache' => 1, ), 'noMatch' => 'bypass', ), array( 'GETvar' => 'L', 'valueMap' => array( 'de' => '1', ), 'noMatch' => 'bypass', ), ), 'fileName' => array ( 'defaultToHTMLsuffixOnPrev' => true, 'index' => array( 'backend.php' => array( 'keyValues' => array ( 'type' => 1, ) ), ), ), 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', 'spaceCharacter' => '-', 'languageGetVar' => 'L', 'expireDays' => 3 ), );
