Skip to content

Commit

Permalink
how to enable mod_rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
digininja authored Feb 3, 2025
1 parent 6b44aff commit 0469b3f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,20 @@ apt install -y apache2 mariadb-server mariadb-client php php-mysqli php-gd libap

The site will work with MySQL instead of MariaDB but we strongly recommend MariaDB as it works out of the box whereas you have to make changes to get MySQL to work correctly.

### Apache Modules

If you want to use the API lab you must have the Apache module `mod_rewrite` enabled. To do this in Linux run:

```
a2enmod rewrite
```

And then restart Apache with:

```
apachectl restart
```

## Configurations

### Config File
Expand Down

0 comments on commit 0469b3f

Please sign in to comment.