![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#11
| |||
| |||
| Hallo Tom, ich habe Deinen Code in meienr localconf.php eingebaut. Code: <?php
$TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site';
// Default password is "joh316" :
$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971';
$TYPO3_CONF_VARS['EXT']['extList'] = 'tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin';
$typo_db_extTableDef_script = 'extTables.php';
## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed by the install script!
$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'b2573547483a62f85f76c535ee216014'; // Modified or inserted by TYPO3 Install Tool.
$typo_db_username = 'dbo197195239'; // Modified or inserted by TYPO3 Install Tool.
$typo_db_password = 'jvdC4JrV'; // Modified or inserted by TYPO3 Install Tool.
$typo_db_host = 'localhost'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['sitename'] = 'EDPG Live'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['encryptionKey'] = '6aca97005c68f1206823815f66102863cef1b2b8d444309be2104f9d6d82c97a9a593cad8d77e60f07290ded14c73c3b'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']["im_path"] = '/homepages/32/d106404178/htdocs/typo3cms/tools/imagemagick-4.2.9/'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']["im_path_lzw"] = '/homepages/32/d106404178/htdocs/typo3cms/tools/imagemagick-4.2.9/'; // Modified or inserted by TYPO3 Install Tool.
$typo_db = 'db197195239'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS["SYS"]["compat_version"] = '4.0'; // Modified or inserted by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 17-02-2007 16:08:42
$TYPO3_CONF_VARS['EXT']['extList'] = 'css_styled_content,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,t3skin,make_printlink,th_mailformplus,danp_realurlconfigurator,danp_sitecopy'; // Modified or inserted by TYPO3 Extension Manager.
$TYPO3_CONF_VARS['EXT']['extConf']['th_mailformplus'] = 'a:1:{s:12:"useReference";s:1:"0";}'; // Modified or inserted by TYPO3 Extension Manager.
// Updated by TYPO3 Extension Manager 17-02-2007 16:59:38
// Updated by TYPO3 Install Tool 17-02-2007 17:25:30
// Updated by TYPO3 Extension Manager 17-02-2007 18:14:03
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['BE']['compressionLevel'] = '3'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['FE']['compressionLevel'] = '3'; // Modified or inserted by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 17-02-2007 19:34:27
// Updated by TYPO3 Extension Manager 17-02-2007 20:24:48
$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
),
);
?> Code: RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
# RewrteBase /
RewriteRule .* index.php Im TypoScript habe ich die folgenden Eintragungen: Code: #statische seiten simulieren via simulateStaticDocuments #realurl im extension-manager deinstallieren!! # # config.simulateStaticDocuments = 1 # config.simulateStaticDocuments_noTypeIfNoTitle = 1 # config.simulateStaticDocuments_pEnc = md5 # config.simulateStaticDocuments_pEnc_onlyP = L #statische seiten simulieren via realURL #realurl im extension-manager installieren!! # config.simulateStaticDocuments = 0 config.baseURL = http://www.lkc-lsb.de/ config.tx_realurl_enable = 1 config.prefixLocalAnchors = all config.uniqueLinkVars = 1 config.linkVars = L Code:
ServerType standalone
Port 80
HostnameLookups off
User www
Group www
ServerAdmin webadmin@kundenserver.de
ServerRoot /usr/local/apache
ErrorLog /var/log/httpd/error_log
LogLevel warn
CustomLog /var/log/httpd/access_log "%{Host}i %h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\" %b"
PidFile /var/run/httpd.pid
ScoreBoardFile /usr/local/apache/var/run/httpd.scoreboard
UseCanonicalName off
Timeout 600
KeepAlive On
MaxKeepAliveRequests 200
KeepAliveTimeout 15
StartServers 5
MaxClients 200
MaxRequestsPerChild 100
RLimitCPU 60 60
RlimitMEM 110485760 110485760
RewriteEngine on
RewriteMap host2filename prg:/usr/local/apache/share/cgi-bin/rewritepfad.pl
RewriteLock /var/lock/rewrite.lock
RewriteCond %{REQUEST_URI} !^/system-bin
RewriteCond %{REQUEST_URI} !^/spicons
RewriteRule (.*) %{HTTP_HOST}$1
RewriteCond %{REQUEST_URI} !^/system-bin
RewriteCond %{REQUEST_URI} !^/spicons
RewriteRule (.*) ${host2filename:$1}
<VirtualHost www.lkc-lsb.de>
ServerName www.lkc-lsb.de
ServerAlias www.lkc-lsb.de
DocumentRoot /kunden/homepages/32/d106404178/htdocs/typo3cms/edpg404
ScriptAlias /cgi-bin/ /kunden/homepages/32/d106404178/htdocs/typo3cms/edpg404/cgi-bin/
ServerAdmin webmaster@www.lkc-lsb.de>
</VirtualHost> Viele Grüße Dieter Geändert von DKuehlborn (19.02.07 um 20:53 Uhr). |
|
#12
| |||
| |||
| Hallo Forum, ich danke allen, die mir hier geholfen haben. Ich habe realURL am laufen. Es lag fehlerhaften Datenbankeintragungen. Nach einer Reorganisation der Relationen habe ich nun ein sinnvolles Ergebnis. Nun muss ich mich nun mit dern Anpassung von realURL auseinandersetzen. Viele Grüße Dieter Geändert von DKuehlborn (20.02.07 um 19:08 Uhr). |
|
#13
| |||
| |||
| Hi DKuehlborn Ich habe die gleiche Ausgangssituation/Symptome wie du bevor RealUrl bei dir funktioniert hat (1&1 managed server etc.) Was meinst du mit "fehlerhaften Datenbankeintragungen"...es wäre toll wenn du kurz im Detail beschreiben könntest wie du RealUrl zum Laufen gebracht hast... Viele Grüsse Sissi |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Pagebrowser ?? Anleitung?? | CaptnCrunch | Alle anderen Extensions | 0 | 01.07.08 10:42 |
| Anleitung zu rggooglemap? | MisterEko01 | rg | 2 | 17.05.08 08:25 |
| anleitung tom_FMENU | Rtype | Alle anderen Extensions | 8 | 04.09.07 15:11 |
| Anleitung zum RTE | darkdesire | TYPO3 3.x Rich Text Editor | 1 | 23.10.06 13:49 |
| dt. Anleitung für tt_news | Andreas Grambow | News (tt_news, mininews und Co) | 5 | 14.09.06 09:49 |