Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/phly_contact
ZF2 app for demonstrating module development
https://github.com/weierophinney/phly_contact
Last synced: 3 days ago
JSON representation
ZF2 app for demonstrating module development
- Host: GitHub
- URL: https://github.com/weierophinney/phly_contact
- Owner: weierophinney
- Created: 2012-03-13T03:20:30.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-14T17:12:50.000Z (almost 13 years ago)
- Last Synced: 2024-12-05T12:52:11.570Z (18 days ago)
- Language: PHP
- Homepage:
- Size: 168 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README-VHOST.txt
Awesome Lists containing this project
README
Below is a sample vhost for your Apache configuration. Add it, restart your
Apache server, and make sure you have an entry in your /etc/hosts file such as:127.0.0.1 phly-contact.dev
Vhost definition:
ServerName phly-contact.dev
ErrorLog ${APACHE_LOG_DIR}/phly-contact-error.log
CustomLog ${APACHE_LOG_DIR}/phly-contact-access.log combinedDocumentRoot /path/to/phly_contact/public
DirectoryIndex index.php index.htmlAllowOverride All
Order allow,deny
Allow from all