Skip to content
Snippets Groups Projects

7512 php83 update

Merged Hahn Axel (hahn) requested to merge 7512-php83-update into master
2 files
+ 40
26
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
# Installation #
## Installation
## Get the files ##
### Get the files
The repository contains a subfolder *public_html*. Run `git clone` or extract the downloaded archive 1 level above webroot. The document root of the web must point
to the public_html directory. The config folder is outside the webroot.
@@ -23,7 +23,7 @@ to the public_html directory. The config folder is outside the webroot.
└── readme.md
```
## Redirect all requests to index.php ##
### Redirect all requests to index.php
Redirect all requests to the index.php. Activate the .htaccess or (better)
add the config to the vhost config.
Loading