[TYPO3-english] chnewsfeed and RealUrl - wrong links generated on	feeds
    Trine Buhl 
    trine.buhl at mail.dk
       
    Tue Jun 30 15:49:28 CEST 2009
    
    
  
Hi,
I have implemented chnewsfeed to sites.
The have the same RealUrl config in local.conf and .htaccess, but one of 
the sites the RSS-links are not generated correctly.
http://www.efb.dk/rss/select_category/1.html (shows  http://www.efb.dk/rss/)
But should have been:
http://www.efb.dk/rss/select_category/1/rss.xml (XML is okay..)
When RealURL is turned off, the links are generated correct with"&type=100"
 From local.conf:
             'index' => array(
		    'rss.xml' => array(
                     'keyValues' => array(
                         'type' => 100,
                     ),
                 ),
                 'page.html' => array(
                    'keyValues' => array (
                        'type' => 1,
                    ),
                ),
	    )
.htaccess
	RewriteEngine On
	RewriteRule ^typo3$ - [L]
	RewriteRule ^typo3/.*$ - [L]
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteCond %{REQUEST_FILENAME} !-l
	RewriteRule .* index.php
         RewriteRule   ^typo3$  /typo3/index_re.php
         RewriteRule   ^[^/]*\.html$  index.php
         RewriteRule   ^[^/]*\.pdf$  index.php
Any idea what my problem is?
Regards,
Trine
    
    
More information about the TYPO3-english
mailing list