Update README.md
replaced apache with Apache2
This commit is contained in:
parent
78a7f12f5d
commit
26683559b4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user