View hhvm-codeigniter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I managed to make Codeiniter work with HHVM, using | |
nginx as a proxy. My problem was that hhvm has problems | |
with path_info, so I was not able to run /index.php/controller/action or | |
/controller/action/params -> /index.php/controller/action.params. | |
I used nginx as a proxy to hhvm. I changed the way codeigniter process | |
the url. Steps bellow: | |
Cleaned my HHVM .hdf file: | |
Server { |