[Typo3] RealURL: First level URI

Michael Cannon michael at cannonbose.com
Wed May 4 20:29:32 CEST 2005


Any ideas why for first level pages that  
http://cannonbose.com/site-map/ works, but  
http://cannonbose.com/site-map.html doesn't?

If I create the alias site-map for the site map page, then  
http://cannonbose.com/site-map.html works.

.htaccess

Options FollowSymLinks
RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (\.html|/)$ /index.php
ErrorDocument 404 /

My RealURL configuration is found in realurl.php at  
http://cvs.cannonbose.com/cgi-bin/viewcvs.cgi/typo3/typo3conf/ 
realurl.php?rev=1.7&view=auto

-----
Michael Cannon
Project Manager, Cannon Bose
Email  : michael at cannonbose.com
Tel    : +1 (206) 351-0159         Fax : +1 (802) 609-2776
Web    : http://cannonbose.com     ICQ : 165496335




More information about the TYPO3-english mailing list