[TYPO3] Realurl problem

Kristian Kleiveland kristian at graastein.no
Wed Mar 1 11:31:52 CET 2006


On Wed, 1 Mar 2006 11:00:40 +0100, Harald Klotzberg  [decomplex audio HQ]
wrote:

> Hi Kristian,
> 
> sounds like the same as my problem some days ago.
> First of all: As i know RealURL 1.1.0 is for Typo3 4.0xxx only!
> Try downgrading to 1.0.0. first.
> 
> Have you a cgi-wrapper running?
> Are URL/Pathes in Install Tool ok?
> 
> talk soon
> harry
> 
> -----Original Message-----
> From: typo3-english-bounces at lists.netfielders.de
> [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Kristian
> Kleiveland
> Sent: Wednesday, March 01, 2006 10:24 AM
> To: typo3-english at lists.netfielders.de
> Subject: [TYPO3] Realurl problem
> 
> 
> When I try to click a link generated by realurl I get a 404 page.
> 
> The links look great, with .html at the end and everything. But only the
> front page works. All other links result in a 404.
> 
> The server has mod_rewrite activated. Is there something else that is
> required?
> 
> This is my setup:
> 
> TYPO3 3.8.1
> RealURL 1.1.0
> 
> .htaccess:
> RewriteEngine On
> RewriteRule ^typo3$ - [L]
> RewriteRule ^typo3/.*$ - [L]
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteCond %{REQUEST_FILENAME} !-l
> RewriteRule .* index.php
> 
> localconf.php: $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
> 	   'preVars' => array(
>            array(
>                'GETvar' => 'L',
>                'valueMap' => array(
>                    'dk' => '1',
>                ),
>                'noMatch' => 'bypass',
>            ),
>        ),
> 	   'pagePath' => array(
> 	   'type' => 'user',
> 	   'userFunc' => 
> 	
> 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
> 	   'spaceCharacter' => '-',
> 	   'segTitleFieldList' => 
> 	   'tx_realurl_pathsegment,nav_title,title',
> 	   'languageGetVar' => 'L',
> 	   'expireDays' => 14,
>        ),
> 	          'fileName' => array (
>            'index' => array(
>                'page.html' => array(
>                    'keyValues' => array (
>                        'type' => 1,
>                    )
>                ),
>                '_DEFAULT' => array(
>                    'keyValues' => array(
>                    )
>                ),
>            ),
>        ),
>        'postVarSets' => array(
>            '_DEFAULT' => array (
>                'news' => array(
>                    array(
>                        'GETvar' => 'tx_mininews[mode]',
>                        'valueMap' => array(
>                            'list' => 1,
>                            'details' => 2,
>                        )
>                    ),
>                    array(
>                        'GETvar' => 'tx_mininews[showUid]',
>                    ),
>                ),
>            ),
>        ),
>    );
> 
> TS:
> #configuration settings for realurl
> config.baseURL = 1
> config.baseURL = http://myserver.org/~username/ config.tx_realurl_enable = 1
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Hi Harald
Ok downgraded to 1.0.0 but the problem is still there.

What is a cgi-wrapper? 
Where di I fin the URL/Pathes in Install Tool?

I'm not the admin the server, but I can ask him to change settings for me.

Kristian



More information about the TYPO3-english mailing list