[Typo3-dev] t3lib_div::getIndpEnv('TYPO3_SITE_URL') ?!?!

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Tue Dec 13 12:51:07 CET 2005


Gideon So schrieb:
> 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]

This setup relays all .html files and all directories to index.php.

But do the conditions actually work? I have done rewrite logging and it 
seemed that none of the conditions ever match.

Anway, this does not sove the TYPO3_SITE_URL mystery.

Masi

PS: A coworker said that we had a runnig setup or real url in 
httpd.conf. But now it's broken. Has anything changed from earlier 
version to the most recent one (1.0)?




More information about the TYPO3-dev mailing list