[Typo3-dev] Real Url

Danny b.danny at REMOVEtin.it
Fri Jul 15 17:34:09 CEST 2005


On Fri, 15 Jul 2005 09:11:28 +0200, Ries van Twisk <typo3 at rvt.dds.nl>
wrote:

>THis is really wierd, I am almost 100% that it must be a setup problem 
>in your extention and/or realURL configurations.

me too :)


>I properly didn't do that many realURL config as some guru's :) on this 
>list but I have never seen any problem like that.
>Maby posting your realURL config would be a big help to see what's going on.

My ext configuration is very simple:

$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
	'_DEFAULT' => array(
		'fileName' => array(
			'index' => array(
				'test.html' => array(
					'keyValues' => array(
					)
				),
				'_DEFAULT' => 'prova.html'
			),
		),
		'pagePath' => array(
			'type' => 'user',
			'userFunc' =>
'EXT:realurl/class.tx_realurl_dummy.php:&tx_realurl_dummy->main',
		),
	),	
);


And this is the output of
debug(t3lib_div::getIndpEnv('_ARRAY','ENV')):


HTTP_HOST	amilo.typo38b.local
TYPO3_HOST_ONLY	amilo.typo38b.local
TYPO3_PORT	
PATH_INFO	
QUERY_STRING	no_cache=1
REQUEST_URI	/1/test.html?no_cache=1
HTTP_REFERER	http://amilo.typo38b.local/4/test.html?no_cache=1
TYPO3_REQUEST_HOST	http://amilo.typo38b.local
TYPO3_REQUEST_URL
http://amilo.typo38b.local/1/test.html?no_cache=1
TYPO3_REQUEST_SCRIPT	http://amilo.typo38b.local/1/test.html
TYPO3_REQUEST_DIR	http://amilo.typo38b.local/1/
TYPO3_SITE_URL	http://amilo.typo38b.local/1/
TYPO3_SITE_SCRIPT	test.html?no_cache=1
TYPO3_SSL	
SCRIPT_NAME	/1/test.html
TYPO3_DOCUMENT_ROOT	
SCRIPT_FILENAME	/srv/www/vhosts/typotest3.8/index.php
REMOTE_ADDR	127.0.0.1
REMOTE_HOST	
HTTP_USER_AGENT	Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8)
Gecko/20050511 Firefox/1.0.4
HTTP_ACCEPT_LANGUAGE	en-us,en;q=0.5


I use typo3.8 (the b in the url is not for beta).
I hope someone understand where is the problem

Thanks,
Dan




More information about the TYPO3-dev mailing list