From ea80752e29ebd4ef78e02be61772557ef3b37c80 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Fri, 24 Jun 2016 13:36:38 +0200 Subject: simple deployment instructions added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d86268b..3bbd1c8 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ simple maven cache and proxy in php Put the script `src/mvncache.php` in the directory you want to be used as maven proxy. Next to the script copy the following lines to `.htaccess`: + RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^.*$ mvncache.php [L] + Make both files accessible for apache. ## Possible use in lighttpd -- cgit v1.2.3