Open igorw opened 11 years ago
The CgiHttpKernel should have some way to serve static files. Perhaps this can be done in a composable manner, i.e. a ChainHttpKernel that tries PHP, then falls back to the filesystem.
Or better: a static file middleware.
The CgiHttpKernel should have some way to serve static files. Perhaps this can be done in a composable manner, i.e. a ChainHttpKernel that tries PHP, then falls back to the filesystem.