Skip to content

Commit

Permalink
fix #1959 bad RegExp for fullpage caching in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matho authored and parndt committed Sep 25, 2012
1 parent 3d1f478 commit b1dda6b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ RewriteEngine On
RewriteRule ^$ home

#checks cache directory for already cached pages
RewriteCond %{REQUEST_URI} ^/(../)?[^/]*$
RewriteCond %{REQUEST_URI} ^/[a-zA-Z0-9\-/]*$
RewriteCond %{DOCUMENT_ROOT}/refinery/cache/pages%{REQUEST_URI}.html -f
RewriteRule ^([^.]+)$ refinery/cache/pages/%{REQUEST_URI}.html [L]

Expand Down

0 comments on commit b1dda6b

Please sign in to comment.