Guten Abend @all,
wer kann die folgenden Apache rewrite rules in lighttpd übersetzen ?
Dies wäre sehr wichtig um die Extension nc_staticfilecache unter
lighttpd nutzen zu können. Diese Konfiguration sollte eine Exorbitante
Performancesteigerung in Aussicht stellen ;-).
RewriteRule ^typo3$ typo3/index_re.php [L]
RewriteCond %{REQUEST_FILENAME} !^.*\.xml$
RewriteCond %{REQUEST_FILENAME} !^.*\.css$
RewriteCond %{HTTP:Pragma} !no-cache
RewriteCond %{HTTP:Cache-Control} !no-cache
RewriteCond %{HTTP_COOKIE} !be_typo_user [NC]
RewriteCond %{HTTP_COOKIE} !nc_staticfilecache [NC]
RewriteCond %{REQUEST_METHOD} GETRewriteCond %{QUERY_STRING} ^$
RewriteCond
%{DOCUMENT_ROOT}/typo3temp/tx_ncstaticfilecache/%{HTTP_HOST}/%{REQUEST_URI}/index.html
-f
RewriteRule
.*typo3temp/tx_ncstaticfilecache/%{HTTP_HOST}/%{REQUEST_URI}/index.html [L]
Vielen Dank für die Hilfe.
lg Marco
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german