#1  
Alt 01.09.09, 13:11
Forum Newbie
 
Registriert seit: 17.04.09
Beiträge: 13
RealURL und mehrere Domains

Hallo,

ich habe folgendes Problem:
Ich möchte gerne die RealURL Extension für ein System mit mehreren Domains installieren.
Das habe ich auch getan, ganz normal im Extension Manager geladen und installiert. Die htaccess einkommentiert und folgendes Skript in die localconf.php eingefügt:
PHP-Code:
// Realurl start
$RootPID = array(
'www.taeglich.de' => '44',
'www.taeglich-hameln.de' => '57',
'www.taeglich-erfurt.de' => '38'
);
$TYPO3_CONF_VARS['FE']['addRootLineFields'].= ',tx_realurl_pathsegment';

$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(

        
'_DEFAULT' => array(

                
'init' => array(

                        
'enableCHashCache' => 1,

                        
'appendMissingSlash' => 'ifNotFile',

                        
'enableUrlDecodeCache' => 0,

                        
'enableUrlEncodeCache' => 0,

                        
'postVarSet_failureMode' => 'ignore',

                        

                ),

                
'redirects' => array(),

                
'preVars' => array(

                        array(

                                
'GETvar' => 'no_cache',

                                
'valueMap' => array(

                                        
'nc' => 1,

                                ),

                                
'noMatch' => 'bypass',

                        ),

                        array(

                                
'GETvar' => 'L',

                                
'valueMap' => array(

                                        
'de' => '0',


                                ),

                                
'defaultValue' => 'de',

                                
'noMatch' => 'bypass',

                        ),

                ),

                
'pagePath' => array(

                        
'type' => 'user',

                                
'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',

                                
'spaceCharacter' => '-',

                                
'languageGetVar' => 'L',

                                
'expireDays' => 7,

                                
'rootpage_id' => $RootPID[$_SERVER['HTTP_HOST']],

                                
'firstHitPathCache' => 1,

                ),

                
'fixedPostVars' => array(),

                
'postVarSets' => array(

                        
'_DEFAULT' => array(

            
'display' => array(



                        array(

                    
'GETvar' => 'pxdmfnrwevents[subcat]',

                    
'lookUpTable' => array(

                        
'table' => 'tx_pxdmfnrwevents_subcategories',

                        
'id_field' => 'uid',

                        
'alias_field' => 'title',

                        
'maxLength' => 64,

                        
'addWhereClause'=> 'AND NOT deleted',

                        
'useUniqueCache'=> 1,

                        
'useUniqueCache_conf' => array (

                            
'strtolower' => 1,

                            
'spaceCharacter' => '-',

                        ),

                    )

                ),

                array(

                    
'GETvar' => 'pxdmfnrwevents[module]',

                    
'lookUpTable' => array(

                        
'table' => 'tx_pxdmfnrwevents_modules',

                        
'id_field' => 'uid',

                        
'alias_field' => 'title',

                        
'maxLength' => 64,

                        
'spaceCharacter' => '-',

                        
'addWhereClause'=> 'AND NOT deleted',

                        
'useUniqueCache'=> 1,

                        
'useUniqueCache_conf' => array (

                            
'strtolower' => 1,

                            
'spaceCharacter' => '-',

                        ),

                    )

                ),

            ),



                                
// news archive parameters

                                
'archive' => array(

                                        array(

                                                
'GETvar' => 'tx_ttnews[year]' ,

                                        ),

                   

                          array(

                                                
'GETvar' => 'tx_ttnews[month]' ,

                                                
'valueMap' => array(

                                                        
'jan' => '01',

                                                        
'feb' => '02',

                                                        
'mar' => '03',

                                                        
'apr' => '04',

                                                        
'mai' => '05',

                                                        
'jun' => '06',

                                                        
'jul' => '07',

                                                        
'aug' => '08',

                                                        
'sep' => '09',

                                                        
'okt' => '10',

                                                        
'nov' => '11',

                                                        
'dez' => '12'

                                                        )

                                        ),

                                ),

      

                                
// news pagebrowser

                                
'browse' => array(

                                        array(

                                                
'GETvar' => 'tx_ttnews[pointer]',

                                        ),

                      array(

                                                
'GETvar' => 'tx_ttnews[day]',

                                        ),

                                ),

                                
// news categories

                             
'select_category' => array (

                                        array(

                                                
'GETvar' => 'tx_ttnews[cat]',

                                      ),

                              ),

                                
// news articles and searchwords

                                
'article' => array(

                                        array(

                                                
'GETvar' => 'tx_ttnews[tt_news]',

                                                
'lookUpTable' => array(

                                                        
'table' => 'tt_news',

                                                        
'id_field' => 'uid',

                                                        
'alias_field' => 'title',

                                                        
'addWhereClause' => ' AND NOT deleted',

                                                        
'useUniqueCache' => 1,

                                                        
'useUniqueCache_conf' => array(

                                                                
'strtolower' => 1,

                                                                
'spaceCharacter' => '-',

                                                        ),

                                                ),

                                        ),

                                       array(

                                               
'GETvar' => 'tx_ttnews[backPid]',

                                       ),

                                        array(

                                                
'GETvar' => 'tx_ttnews[swords]',

                                        ),

                                ),

                        ),



                ),

                
// configure filenames for different pagetypes

                
'fileName' => array(

                        
'defaultToHTMLsuffixOnPrev' => 1,

                        
'index' => array(

                                
'print.html' => array(

                                        
'keyValues' => array(

                                                
'type' => 98,

                                        ),

                                ),

                                
'rss.xml' => array(

                                        
'keyValues' => array(

                                                
'type' => 100,

                                        ),

                                ),

                                
'rss091.xml' => array(

                                        
'keyValues' => array(

                                                
'type' => 101,

                                        ),

                                ),

                                
'rdf.xml' => array(

                                        
'keyValues' => array(

                                                
'type' => 102,

                                        ),

                                ),

                                
'atom.xml' => array(

                                        
'keyValues' => array(

                                                
'type' => 103,

                                        ),

                                ),

                        ),

                ),

        ),

);





// realurl end 
In Typo3 habe ich folgendes Typoscript eingegeben:
Typoscript-Code:
1:
2:
3:
4:
5:
#realURL aktivieren
config.simulateStaticDocuments = 0
config.baseURL = [url=http://www.taeglich.de/]täglich - aber nicht alltäglich!: intro
config.tx_realurl_enable = 1
config.prefixLocalAnchors = all

Ich verwende folgende Extensions:
wt_gallery
wt_doorman,
commerce,
New frontend login box,
wec map

Wenn ich nun die Seite über die Startseite aufrufe, also über die normale Domain, wird die erste Seite auch angezeigt aber wenn ich auf die nächste Seite springen will kommt folgende Fehlermeldung:
Error 404
" bla/" could not be found, closest page matching is


Wie bekomme ich das jetzt hin das die Verlinkung stimmt und wirklich auch eine sprechende URL vorhanden ist.
Kann mir jemand helfen???

Es ist sehr dringend.

Danke.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Sponsored Links
Unterstützen Sie das Forum und buchen Sie Ihren Webspace beim
T3N Testsieger, dem Webhoster der auch dieses Forum hostet!


  #2  
Alt 01.09.09, 21:45
Azu Azu ist offline
Forum Aktivist
 
Registriert seit: 01.01.07
Beiträge: 93

Vll. hilft dir das weiter: Realurl mehrere Domains
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #3  
Alt 02.09.09, 07:12
Forum Newbie
 
Registriert seit: 17.04.09
Beiträge: 13

Danke, aber die Seite hab ich auch schon gesehen und meinen Quellcode danach angepasst, aber es funktioniert trotzdem nicht.

Habt ihr vielleicht noch eine Idee wodran das liegen könnte? Vielleicht ein Fehler im Quellcode?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #4  
Alt 08.09.09, 07:49
Forum Newbie
 
Registriert seit: 17.04.09
Beiträge: 13

Hat den keiner eine Lösung für mich.

Ich habe jetzt noch URL Tool installiert und die Caches gelöscht. Ich habe die Root_ID auch kontrolliert. Den Code in die .htaccess eingefügt. Den Quelltext der RealUrl nach dem Beispiel oben ausgetauscht.

Immerhin bekomme ich jetzt folgende Fehlermeldung:
Error 404
/46.html
Segment "46" was not a keyword for a postVarSet as expected!

Es hat alles nichts genützt.

Ich brauche dringends eine Antwort.

Danke
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
realUrl + Mehrsprachigkeit + mehrere Domains zefix Suchmaschinenfreundliche URLs (SEO) 2 15.09.09 10:34
RealURL, mehrere Domains und ich steh vor ner Wand Motzi Suchmaschinenfreundliche URLs (SEO) 2 25.08.09 07:47
RealURL und Mehrere Domains! Roman1983 Suchmaschinenfreundliche URLs (SEO) 2 09.07.07 16:06
realurl: 2 Domains mit gleichen Seitennamen zefix Suchmaschinenfreundliche URLs (SEO) 3 05.04.07 11:29
Realurl mehrere Domains?? bobhead Suchmaschinenfreundliche URLs (SEO) 2 10.01.07 20:06


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:03 Uhr.


Powered by vBulletin® Version 3.8.4 (Deutsch)
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177