Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
11 days | Move webserver config files to "core" directory | Thomas Lange | 1 | -0/+41 | |
... and add `/.htaccess` to the ignore list in `.gitignore`. If one wants to configure Apache by using the good old `.htaccess` file, all they have to do is copying the `core/ws-apache.conf` to `.htaccess`. Because of the `.gitignore`, Git will not list the `.htaccess` file as changed anymore if it contains additional configuration parameters. |