Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksiyrudenko/dunningtool
https://github.com/oleksiyrudenko/dunningtool
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oleksiyrudenko/dunningtool
- Owner: OleksiyRudenko
- Created: 2016-07-23T09:58:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T14:40:42.000Z (over 8 years ago)
- Last Synced: 2024-10-29T20:19:01.384Z (2 months ago)
- Language: CSS
- Size: 774 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]```