[TYPO3] problems with an URL that doesn't have a trailing '/'

ben van 't ende [netcreators] ben at netcreators.com
Mon Jun 4 22:25:28 CEST 2007


Bing Du wrote:
> Hi,
> 
> Typo3 4.0.6
> 
> We created a page (http://siteA.some.edu/impact) which was of external url
> type that pointed to another page on another site
> (http://siteB.some.edu/somepage).
> 
> We've heard complains from some people that http://siteA.some.edu/impact
> doesn't work in Internet Explorer in some cases unless '/' is added at the
> end of the URL.  They were taken to the empty typo3 page /impact but not
> redirected on from there.  Anybody ever run into the issue like that?  I
> don't have any problems with http://siteA.some.edu/impact in all the
> browses I have.
> 
> Thanks in advance,
> 
> Bing


Hi Bing,

You have to use one of these options in the RealURL config:

	'init' => array(
		'appendMissingSlash' => 'ifNotFile',
		'enableCHashCache' => 1,
		'enableUrlDecodeCache' => 1,
		'enableUrlEncodeCache' => 1
	),

appendMissingSlash

Let me know if you need the whole configuration file.

gRTz

ben
-- 
netcreators :: creation and innovation
www.netcreators.com -  www.typo3.nl
Bekijk ook onze nieuwe website! www.netcreators.com


More information about the TYPO3-english mailing list