[TYPO3] RealURL + LumoNet PHP Include Problems... Any ideas?

Timothy Patterson tjpatter at svsu.edu
Mon Feb 26 16:29:19 CET 2007


I am trying to use the RealURL plugin in conjunction with the LumoNet
PHP Include extension, however I am running into some strange problems.
 
I have my RealURL configured to serve pages in the form
http://www.mydomain.com/webservices/home.html (see my config below). 
The problem I am having is that when I add a LumoNet PHP Include content
element to the page it does not display the external content when I use
the above URL, however the strange part is that if I revert to the
standard http://www.mydomain.com/typo/index.php?id=10 format the
external content is displayed correctly.  
 
Does anyone have any ideas as to why this is happening?  Any / all help
would be very appreciated!
 
Here is my RealURL config:  (Taken from the TYPO3 Wiki -
http://wiki.typo3.org/images/1/18/LocalConf_realUrl.txt)
 
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array( 'init' =>
array( 'enableCHashCache' => 1, 'enableUrlDecodeCache' => 1,
'enableUrlEncodeHash' => 1, // 'postVarSet_failureMode' =>
'redirect_goodUpperDir', ), 'rewrite' => array( ), 'preVars' => array(
/* array( 'GETvar' => 'L', 'valueMap' => array( 'de' => '0', 'de' =>
'1', 'valueDefault' => 'de', ), ), */ ), 'pagePath' => array( 'type' =>
'user', 'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '-', 'languageGetVar' => 'L', 'expireDays' => 3 ),
'fileName' => array ( 'defaultToHTMLsuffixOnPrev' => 1, 'index' =>
array( 'page.html' => array( 'keyValues' => array ( 'type' => 1, ), ),
), 'print.html' => array( 'keyValues' => array ( 'type' => 98, ), ), ),
'fixedPostVarSets' => array( ), 'postVarSets' => array( '_DEFAULT' =>
array( //archive 'period' => array ( array ( 'condPrevValue' => -1,
'GETvar' => 'tx_ttnews[pS]', //'valueMap => array() ), array ( 'GETvar'
=> 'tx_ttnews[pL]', //'valueMap => array() ), array ( 'GETvar' =>
'tx_ttnews[arc]', 'valueMap' => array( 'non-archived' => -1, ), ), ),
'browse' => array ( array ( 'GETvar' => 'tx_ttnews[pointer]', ), ),
'select' => array ( array ( 'GETvar' => 'tx_ttnews[cat]', 'lookUpTable'
=> array ( 'table' => 'tt_news_cat', 'id_field' => 'uid', 'alias_field'
=> 'title', 'addWhereClause'=> 'AND NOT deleted', 'useUniqueCache'=> 1,
'useUniqueCache_conf' => array ( 'strtolower' => 1, 'spaceCharacter' =>
'-', ), ), ), ), 'article' => array( array ( 'GETvar' =>
'tx_ttnews[backPid]', // 'valueMap => array( // ), ), array ( 'GETvar'
=> 'tx_ttnews[tt_news]', 'lookUpTable' => array ( 'table' => 'tt_news',
'id_field' => 'uid', 'alias_field' => 'title', 'maxLength' => 12,
'addWhereClause'=> 'AND NOT deleted', 'useUniqueCache'=> 1,
'useUniqueCache_conf' => array ( 'strtolower' => 1, 'spaceCharacter' =>
'-', ), ), ), ), ), ), );
$TYPO3_CONF_VARS["FE"]["pageNotFound_handling"] =
'READFILE:fileadmin/templates/main/notfound.html'; //
$TYPO3_CONF_VARS["SYS"]["enable_DLOG"] = 'true';
Timothy J. Patterson
Web Programmer
Novell Certified Linux Professional / Engineer
Saginaw Valley State University
Office: Wickes 361B
Phone: (989) 964-7247
E-mail: tjpatter at svsu.edu 



More information about the TYPO3-english mailing list