Apache is a popular and well known web server available on many platforms.
Configuring Apache for Phalcon
The following are potential configurations you can use to setup Apache with Phalcon. These notes are primarily focused on the configuration of the mod_rewrite module allowing to use friendly URLs and the router component. Commonly an application has the following structure:
test/
app/
controllers/
models/
views/
public/
css/
img/
js/
index.php
Directory unde