Real URLReal URLReal URL

Real URL



httpd.conf: einfügen
LoadModule rewrite_module     modules/mod_rewrite.so

In Template Setup: einfügen

config.simulateStaticDocuments = 0
config.baseURL = www.deinurl.de
config.tx_realurl_enable = 1
config.prefixLocalAnchors = all

 
// von _.htaccess: unterschtrich löschen

// In .htaccess:  schreiben

RewriteEngine On

RewriteRule ^typo3$ - [L]

RewriteRule ^typo3/.*$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule .* index.php


 

// In C:\typo3\htdocs\typo3wamp\typo3conf\localconf.php einfügen

$TYPO3_CONF_VARS['FE']['addRootLineFields'].= ',tx_realurl_pathsegment';

 

$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array('init' =>
array('enableCHashCache' => 1),'preVars' => array(array('GETvar' => 'no_cache','valueMap' =>
array('no_cache' => 1,),'noMatch' => 'bypass',),
array('GETvar' => 'L','valueMap' => array('en' => '1',),'noMatch' => 'bypass',),),'fileName' =>
array ('defaultToHTMLsuffixOnPrev' => true,'index' => array('backend.php' => array('keyValues' =>
array ('type' => 100,)),'print' => array('keyValues' => array('type' => 98,)),),),
'postVarSets' => array('_DEFAULT' => array ('article' => array(array('GETvar' =>
'tx_ttnews[tt_news]',),
array('GETvar' => 'tx_ttnews[backPid]',),),'category' => array(
array('GETvar' => 'tx_ttnews[cat]',),),'neste' => array(
array('GETvar' => 'tx_ttnews[pointer]',),),),),'pagePath' =>
array('type' => 'user','userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '-','languageGetVar' => 'L','expireDays' => 3),);