# Datei aus Cache holen, wenn diese existiert. # RewriteCond %{REQUEST_METHOD} GET RewriteCond %{REQUEST_URI} (.*)\.htm RewriteCond /-/Cache/.*/([^/]*)$ -s RewriteRule (.*)\.htm$ /-/Cache/$1 [L] # # Datei über Script holen, wenn diese NICHT exisitiert. # RewriteCond %{REQUEST_METHOD} GET RewriteCond %{REQUEST_URI} (.*)\.htm RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^(.*)\.htm$ /-/?PID=static/$1 [T=application/x-httpd-cgi,L] #