Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 combined

DocumentRoot /path/to/phly_contact/public

DirectoryIndex index.php index.html

AllowOverride All
Order allow,deny
Allow from all