Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oleksiyrudenko/dunningtool


https://github.com/oleksiyrudenko/dunningtool

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Setting-up USBWebserver

## settings/php.ini

Uncomment and set timezone. E.g. `date.timezone = Europe/Kiev`

## settings/httpd.conf

Add as a last section:
```

RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !^/(css/|font-awesome/|fonts/|images/|js/|phpmyadmin/)
RewriteRule ^(.+)$ /index.php/$1 [L]

```