From 26683559b44cdda4459c5e07864c6d4564de3c51 Mon Sep 17 00:00:00 2001 From: SteamPixel Date: Thu, 25 Oct 2018 12:55:04 +0200 Subject: [PATCH] Update README.md replaced apache with Apache2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d28358..e70b77b 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ If your script lives in a subfolder e.g. /api/v1 set this basepath in your run m ```Route::run('/api/v1');``` -Do not forget to edit the basepath in .htaccess too if you are on apache. In order to run the test files correctly inside a basepath you should also adjust the navigation links inside the index.php. +Do not forget to edit the basepath in .htaccess too if you are on Apache2. In order to run the test files correctly inside a basepath you should also adjust the navigation links inside the index.php. ## Something does not work? * Dont forget to set the correct basepath as argument in your run method and in your .htaccess file. -* Enable mod_rewrite in your apache settings +* Enable mod_rewrite in your Apache2 settings ## Test setup There is a little Vagrant test setup. Just run ```vagrant up``` to spin up a Apache2 Webserver on Ubuntu. Then navigate to http://router.local after adding the machine IP to your hosts file.