From bc77768412588c9bbbf64d11b14823b346a28fd5 Mon Sep 17 00:00:00 2001 From: Christopher Darling Date: Tue, 18 Nov 2014 12:16:26 +0000 Subject: [PATCH] DOCS: fix references to static-main.php framework/static-main.php no longer exists and is now part of this module, references to static-main.php have been updated to staticpublisher/main.php --- docs/en/StaticPublisher.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/StaticPublisher.md b/docs/en/StaticPublisher.md index 6465fd5..db5729a 100644 --- a/docs/en/StaticPublisher.md +++ b/docs/en/StaticPublisher.md @@ -207,7 +207,7 @@ RewriteRule .* staticpublisher/main.php?url=%1&%{QUERY_STRING} [L] ### SILVERSTRIPE END ### ``` -* We use a simple PHP script, `static-main.php`, to control cache lookup. This +* We use a simple PHP script, `staticpublisher/main.php`, to control cache lookup. This makes the `.htaccess` update simpler. Just look for this line: @@ -216,7 +216,7 @@ Just look for this line: RewriteRule .* framework/main.php?url=%1&%{QUERY_STRING} [L] ``` -And change the PHP script from `main.php` to `static-main.php`: +And change the PHP script from `framework/main.php` to `staticpublisher/main.php`: ``` RewriteRule .* staticpublisher/main.php?url=%1&%{QUERY_STRING} [L]