Hi,

im trying to convert the apache rewrite rules for typo3 to cherokee.
But there are some conditions that i dont know how to convert:

#=== begin first block ===
RewriteCond %{HTTP:Pragma} !no-cache
RewriteCond %{HTTP:Cache-Control} !no-cache
RewriteCond 
%{DOCUMENT_ROOT}/typo3temp/tx_ncstaticfilecache/%{HTTP_HOST}/%{REQUEST_URI}/index.html
 -f
RewriteRule .* 
typo3temp/tx_ncstaticfilecache/%{HTTP_HOST}/%{REQUEST_URI}/index.html [L]
#=== end first block
I simply have no graps on how to match the no-cache Pragma/Cache-Control.
Is it at all possible to do stuff like the last two lines with cherokee?


#=== begin second block ===
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L]
#=== end sencond block
How do i match this? 



regards


-- 
Andreas Olsowski <[email protected]>
Leuphana Universität Lüneburg
System- und Netzwerktechnik
Rechenzentrum, Geb 7, Raum 15
Scharnhorststr. 1
21335 Lüneburg

Tel: ++49 4131 / 6771309

Attachment: pgp9KaNxRuyXL.pgp
Description: PGP signature

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to