[Typo3-dev] t3lib_div::getIndpEnv('TYPO3_SITE_URL') ?!?!
    Gideon So 
    gideonso at livingwater.org.hk
       
    Tue Dec 13 12:24:10 CET 2005
    
    
  
Hi,
     Really. I make it work with hhtpd.conf here. My conf:
         RewriteEngine On
         RewriteRule ^/typo3$ - [L]
         RewriteRule ^/typo3/.*$ - [L]
         RewriteRule ^/typo3conf$ - [L]
         RewriteRule ^/typo3conf/.*$ - [L]
         RewriteCond %{REQUEST_FILENAME} !-f
         RewriteCond %{REQUEST_FILENAME} !-d
         RewriteCond %{REQUEST_FILENAME} !-l
         RewriteRule (\.html|/)$ /index.php [PT]
Gideon
media.res | alex widschwendter wrote:
> hi masi,
> 
>> But what went wrong for me? Did I scre it up? Does Real URL simply 
>> does not work with httpd.conf (despite the manual)?
> 
> 
> we never get it working with httpd.conf too. see thread '[Typo3-dev] 
> RealURL / Rewrite / httpd.conf'
> 
> alex
    
    
More information about the TYPO3-dev
mailing list