[Typo3-debian] Provide a useful apache.conf - sendmail, cgi problems remaining

Peter Niederlag niederlag at ikd01.de
Wed Dec 1 23:52:40 CET 2004


Hi,

Sven Wilhelm schrieb:
> Hi Christian,
> 
> sorry for late feedback, I'm very busy at the moment.
> 
>> What are the following lines for?
>>
>>>         RewriteRule ^/typo3$ - [L]
>>>         RewriteRule ^/typo3/.*$ - [L]
>>
>>
>>
>> The following rewriting rules ensures that all requests for missing 
>> files, links or directories are directed to /index.php - right?
>>
>>>         RewriteCond %{REQUEST_FILENAME} !-f
>>>         RewriteCond %{REQUEST_FILENAME} !-d
>>>         RewriteCond %{REQUEST_FILENAME} !-l
>>>         RewriteRule .* /index.php
> 
> 
> there are to ways for user friendly urls at the moment, the simulate 
> static docs and the realurl extension that cannot be used the same time.
> 
> While I'm using the realurl extension for the most instances the 
> described mod_rewrite rules are for the realurl extension, for simulate 
> static see the _.htaccess examples in the packages.

I think there have been some more sophisticated ones around that won't 
require baseref=1 anymore(which is kind of "ugly") for realUrl.

I will test those in the nxt days. Anyone epxerience on that?

Cheers,
Peter
-- 
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *
http://www.typo3partner.net * professional services network *



More information about the TYPO3-debian mailing list